Skip to content

Commit

Permalink
Reword the doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Apr 12, 2022
1 parent 4a63f50 commit 4c5cc3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,8 +1292,8 @@ def __repr__(self):
class Namespace(_AttributeHolder):
"""Simple object for storing attributes.
Default values are stored in a dict name `__defaults__` so they won't mess
with the given values.
Default values are stored in a dict named `__defaults__` so they won't
override the given values.
Implements equality by attribute names and values, and provides a simple
string representation.
Expand Down

0 comments on commit 4c5cc3c

Please sign in to comment.