Skip to content

Commit 32b679f

Browse files
Update README.md
Co-authored-by: Saurabh Kumar <theskumar@users.noreply.github.com>
1 parent 2235ff4 commit 32b679f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Optional flags:
136136

137137
### Disable load_dotenv
138138

139-
You can disable automatic loading of dotenv values by setting the `PYTHON_DOTENV_DISABLED` environmental variable to `true`. This can be useful if you are using a library that uses `load_dotenv` and you want to manage the environment in a different way.
139+
Set `PYTHON_DOTENV_DISABLED=1` to disable `load_dotenv()` from loading .env files or streams. Useful when you can't modify third-party package calls or in production.
140140

141141
## Command-line Interface
142142

0 commit comments

Comments
 (0)