Skip to content

Commit 37aadf6

Browse files
Remove ;
1 parent 2e0cd04 commit 37aadf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/argparse.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,8 +1369,8 @@ behavior::
13691369
>>> parser.parse_args('--foo XXX'.split())
13701370
Namespace(bar='XXX')
13711371

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
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
13741374
collect values from all of them into a list instead. For conflicting *option
13751375
strings* rather than ``dest`` names, see conflict_handler_.
13761376

0 commit comments

Comments
 (0)