From 025f762241c9a2435cc33cd534d5d998b9d4c64c Mon Sep 17 00:00:00 2001 From: "Michael V. DePalatis" Date: Wed, 23 Nov 2022 08:41:04 -0700 Subject: [PATCH] Fix typo --- 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 e7b8392a..36ed94f5 100644 --- a/src/dotenv/main.py +++ b/src/dotenv/main.py @@ -321,7 +321,7 @@ def load_dotenv( from the `.env` file. encoding: Encoding to be used to read the file. Returns: - Bool: True if atleast one environment variable is set else False + 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.