Skip to content

Commit 95cb850

Browse files
committed
Reword the doc string
1 parent 6dc3151 commit 95cb850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/argparse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,8 +1310,8 @@ def __repr__(self):
13101310
class Namespace(_AttributeHolder):
13111311
"""Simple object for storing attributes.
13121312
1313-
Default values are stored in a dict name `__defaults__` so they won't mess
1314-
with the given values.
1313+
Default values are stored in a dict named `__defaults__` so they won't
1314+
override the given values.
13151315
13161316
Implements equality by attribute names and values, and provides a simple
13171317
string representation.

0 commit comments

Comments
 (0)