Skip to content

Commit 2e0cd04

Browse files
Remove parens
1 parent cba0418 commit 2e0cd04

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
@@ -1371,8 +1371,8 @@ behavior::
13711371

13721372
Multiple arguments may share the same ``dest``. By default the value from the
13731373
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_.)
1374+
collect values from all of them into a list instead. For conflicting *option
1375+
strings* rather than ``dest`` names, see conflict_handler_.
13761376

13771377
.. versionchanged:: 3.15
13781378
Single-dash long option now takes precedence over short options.

0 commit comments

Comments
 (0)