Skip to content

Commit 41ec9ca

Browse files
author
Saurabh Kumar
committed
update docs
1 parent 9f1ffc3 commit 41ec9ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ environment variable and they can be conveniently accessed via ``os.getenv()``
9898
DATABASE_PASSWORD = os.getenv("DATABASE_PASSWORD")
9999
100100
101-
``load_dotenv`` do not override existing System environment variables, but
102-
you can do so if you want by passing ``override=True`` to ``load_dotenv()``.
101+
``load_dotenv`` do not override existing System environment variables. To override, pass ``override=True`` to ``load_dotenv()``.
103102

104103
You can use ``find_dotenv()`` method that will try to find a ``.env`` file by
105104
(a) guessing where to start using ``__file__`` or the working directory -- allowing this to work in non-file contexts such as IPython notebooks and the REPL, and then

0 commit comments

Comments
 (0)