Skip to content

Commit 0cb072d

Browse files
fix: minor typos
1 parent 09d7cee commit 0cb072d

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
@@ -357,7 +357,7 @@ def load_dotenv(
357357
Bool: True if at least one environment variable is set else False
358358
359359
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
360+
.env file with its default parameters. If you need to change the default parameters
361361
of `find_dotenv()`, you can explicitly call `find_dotenv()` and pass the result
362362
to this function as `dotenv_path`.
363363

0 commit comments

Comments
 (0)