From cedd36d395b772adb556ba4635ab42d59ad27567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=82=E1=B4=80=C9=AA=E1=B4=8D=20=E4=B9=87=CA=9Cs?= =?UTF-8?q?=E1=B4=80=C9=B4?= Date: Sun, 18 Sep 2022 16:48:21 +0500 Subject: [PATCH] Fixed minor spelling mistake (#426) --- 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 05d377a9..83ea3239 100644 --- a/src/dotenv/main.py +++ b/src/dotenv/main.py @@ -323,7 +323,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 elese False + Bool: True if atleast one environment variable is set else False If both `dotenv_path` and `stream` are `None`, `find_dotenv()` is used to find the .env file.