Skip to content

Conversation

cybercoded
Copy link

This PR updates the README to explicitly describe what load_dotenv() does.

  • Makes it clear that load_dotenv() reads key-value pairs from a .env file and sets them in os.environ.
  • States that existing environment variables are not overridden unless override=True is passed.
  • Removes redundant wording for clarity.

This addresses the documentation gap highlighted in issue #571.

Fixes #571

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improving the README
1 participant