From fc37f902018007e7d7129cde92633053edf356d2 Mon Sep 17 00:00:00 2001 From: terezpohankova Date: Wed, 25 Feb 2026 16:39:56 +0100 Subject: [PATCH] fix: typo in comment --- src/dotenv/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotenv/main.py b/src/dotenv/main.py index 1d6bf0b0..03354c19 100644 --- a/src/dotenv/main.py +++ b/src/dotenv/main.py @@ -357,7 +357,7 @@ def load_dotenv( Bool: True if at least one environment variable is set else False If both `dotenv_path` and `stream` are `None`, `find_dotenv()` is used to find the - .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 of `find_dotenv()`, you can explicitly call `find_dotenv()` and pass the result to this function as `dotenv_path`.