We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0cd04 commit 37aadf6Copy full SHA for 37aadf6
1 file changed
Doc/library/argparse.rst
@@ -1369,8 +1369,8 @@ behavior::
1369
>>> parser.parse_args('--foo XXX'.split())
1370
Namespace(bar='XXX')
1371
1372
-Multiple arguments may share the same ``dest``. By default the value from the
1373
-last such argument given on the command line wins; use ``action='append'`` to
+Multiple arguments may share the same ``dest``. By default, the value from the
+last such argument given on the command line wins. Use ``action='append'`` to
1374
collect values from all of them into a list instead. For conflicting *option
1375
strings* rather than ``dest`` names, see conflict_handler_.
1376
0 commit comments