Skip to content

Commit

Permalink
Fixed minor spelling mistake (theskumar#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
saimehsan committed Sep 18, 2022
1 parent b6fe193 commit cedd36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotenv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cedd36d

Please sign in to comment.