Skip to content

Commit

Permalink
Merge branch 'main' into fix-dest-out-of-scope
Browse files Browse the repository at this point in the history
  • Loading branch information
theGOTOguy committed Oct 13, 2022
2 parents f839167 + cedd36d commit 46d7f80
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 @@ -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 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 46d7f80

Please sign in to comment.