Skip to content

Commit 4c5cc3c

Browse files
committed
Reword the doc string
1 parent 4a63f50 commit 4c5cc3c

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
@@ -1292,8 +1292,8 @@ def __repr__(self):
12921292
class Namespace(_AttributeHolder):
12931293
"""Simple object for storing attributes.
12941294
1295-
Default values are stored in a dict name `__defaults__` so they won't mess
1296-
with the given values.
1295+
Default values are stored in a dict named `__defaults__` so they won't
1296+
override the given values.
12971297
12981298
Implements equality by attribute names and values, and provides a simple
12991299
string representation.

0 commit comments

Comments
 (0)