Skip to content

Commit

Permalink
Correct the type comment of update_dict_to_dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mwjin committed Jul 7, 2021
1 parent 3c9bfe7 commit 06c6d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotenv/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def dotenv_values(


def update_dict_to_dotenv(dotenv_path, env_dict, quote_mode="always", export=False):
# type: (_PathLike, Dict[Text, Optional[Text]], Text, bool) -> None
# type: (_PathLike, Dict[Text, Text], Text, bool) -> None
"""
Adds or Updates key/value pairs in the given dictionary to the given .env
Expand Down

0 comments on commit 06c6d61

Please sign in to comment.