From 0cb072d6a65c681aa0f59319430b68339c24dd36 Mon Sep 17 00:00:00 2001 From: miyakoshi-3854 <208133564+miyakoshi-3854@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:35:10 +0900 Subject: [PATCH] fix: minor typos --- 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`.