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 cba0418 commit 2e0cd04Copy full SHA for 2e0cd04
1 file changed
Doc/library/argparse.rst
@@ -1371,8 +1371,8 @@ behavior::
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
1374
-collect values from all of them into a list instead. (For conflicting *option
1375
-strings* rather than ``dest`` names, see conflict_handler_.)
+collect values from all of them into a list instead. For conflicting *option
+strings* rather than ``dest`` names, see conflict_handler_.
1376
1377
.. versionchanged:: 3.15
1378
Single-dash long option now takes precedence over short options.
0 commit comments