ocs: clarify what load_dotenv() does in README by cybercoded · Pull Request #575 · theskumar/python-dotenv
Navigation Menu
{{ message }}
theskumar / python-dotenv Public
- Notifications You must be signed in to change notification settings
- Fork 517
Merged
theskumar merged 2 commits intotheskumar:mainfrom
Oct 14, 2025Merged
ocs: clarify what load_dotenv() does in README#575
theskumar merged 2 commits intotheskumar:mainfrom
ocs: clarify what load_dotenv() does in README#575
theskumar merged 2 commits intotheskumar:mainfrom
Conversation
Copy link Copy Markdown
Contributor
cybercoded
commented
Aug 25, 2025
cybercoded
commented
This PR updates the README to explicitly describe what load_dotenv() does.
- Makes it clear that
load_dotenv()reads key-value pairs from a.envfile and sets them inos.environ. - States that existing environment variables are not overridden unless
override=Trueis passed. - Removes redundant wording for clarity.
This addresses the documentation gap highlighted in issue #571.
Fixes #571
cybercoded added 2 commits
August 24, 2025 17:23Copy link Copy Markdown
Owner
theskumar
commented
Oct 14, 2025
theskumar commented
Oct 14, 2025Thank you! 💟
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment