Skip to content

Commit 68ea2d1

Browse files
fix: typo in comment (#621)
1 parent fa4e6a9 commit 68ea2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotenv/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def load_dotenv(
403403
Bool: True if at least one environment variable is set else False
404404
405405
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
406+
.env file with its default parameters. If you need to change the default parameters
407407
of `find_dotenv()`, you can explicitly call `find_dotenv()` and pass the result
408408
to this function as `dotenv_path`.
409409

0 commit comments

Comments
 (0)