Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay authored and bbc2 committed Jan 27, 2021
1 parent 1927225 commit ac670cf
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 @@ -90,7 +90,7 @@ def parse(self):
def set_as_environment_variables(self):
# type: () -> bool
"""
Load the current dotenv as system environemt variable.
Load the current dotenv as system environment variable.
"""
for k, v in self.dict().items():
if k in os.environ and not self.override:
Expand Down

0 comments on commit ac670cf

Please sign in to comment.