Skip to content

Commit af192b7

Browse files
jpfbbc2
authored andcommitted
Minor tweaks
1 parent 3576225 commit af192b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ SECRET_KEY = os.getenv("EMAIL")
9393
DATABASE_PASSWORD = os.getenv("DATABASE_PASSWORD")
9494
```
9595

96-
`load_dotenv` do not override existing System environment variables. To
96+
`load_dotenv` does not override existing System environment variables. To
9797
override, pass `override=True` to `load_dotenv()`.
9898

9999
`load_dotenv` also accepts `encoding` parameter to open the `.env` file. The default encoding is platform dependent (whatever `locale.getpreferredencoding()` returns), but any encoding supported by Python can be used. See the [codecs](https://docs.python.org/3/library/codecs.html#standard-encodings) module for the list of supported encodings.
@@ -126,7 +126,7 @@ before passing.
126126
'EGGS'
127127
```
128128

129-
The returned value is dictionary with key-value pair.
129+
The returned value is dictionary with key-value pairs.
130130

131131
`dotenv_values` could be useful if you need to *consume* the envfile but
132132
not *apply* it directly into the system environment.

0 commit comments

Comments
 (0)