Skip to content

Commit 2232b8d

Browse files
appease linter
1 parent 8bf04ed commit 2232b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/argparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,9 +2123,9 @@ Parser defaults
21232123
>>> parser.parse_args(['736'])
21242124
Namespace(bar=42, baz='badger', foo=736)
21252125

2126-
Note that defaults can be set at both the parser level using :meth:`set_defaults`
2126+
Note that defaults can be set at both the parser level using :meth:`set_defaults`
21272127
and at the argument level using :meth:`add_argument`. If both are provided for the
2128-
same argument, the order of setting these defaults determines which one takes
2128+
same argument, the order of setting these defaults determines which one takes
21292129
precedence. The last default set for an argument is the one that is used:
21302130

21312131
>>> parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)