We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1927225 commit ac670cfCopy full SHA for ac670cf
src/dotenv/main.py
@@ -90,7 +90,7 @@ def parse(self):
90
def set_as_environment_variables(self):
91
# type: () -> bool
92
"""
93
- Load the current dotenv as system environemt variable.
+ Load the current dotenv as system environment variable.
94
95
for k, v in self.dict().items():
96
if k in os.environ and not self.override:
0 commit comments