We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d7cee commit 0cb072dCopy full SHA for 0cb072d
src/dotenv/main.py
@@ -357,7 +357,7 @@ def load_dotenv(
357
Bool: True if at least one environment variable is set else False
358
359
If both `dotenv_path` and `stream` are `None`, `find_dotenv()` is used to find the
360
- .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
361
of `find_dotenv()`, you can explicitly call `find_dotenv()` and pass the result
362
to this function as `dotenv_path`.
363
0 commit comments