Skip to content

Commit 7803cf8

Browse files
author
menxia
committed
docs: fix grammar - change 'it's' to 'its'
Fixes #589 Changed 'it's' (it is) to 'its' (possessive) in the load_dotenv docstring.
1 parent fa4e6a9 commit 7803cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)