We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4e6a9 commit 7803cf8Copy full SHA for 7803cf8
src/dotenv/main.py
@@ -403,7 +403,7 @@ def load_dotenv(
403
Bool: True if at least one environment variable is set else False
404
405
If both `dotenv_path` and `stream` are `None`, `find_dotenv()` is used to find the
406
- .env file with it's default parameters. If you need to change the default parameters
+ .env file with its default parameters. If you need to change the default parameters
407
of `find_dotenv()`, you can explicitly call `find_dotenv()` and pass the result
408
to this function as `dotenv_path`.
409
0 commit comments