Thanks to visit codestin.com Credit goes to github.com
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.
arguments
args
argparse.rst
1 parent ceae4ed commit caad163Copy full SHA for caad163
Doc/library/argparse.rst
@@ -955,7 +955,7 @@ See also :ref:`specifying-ambiguous-arguments`. The supported values are:
955
956
.. index:: single: + (plus); in argparse module
957
958
-* ``'+'``. Just like ``'*'``, all command-line args present are gathered into a
+* ``'+'``. Just like ``'*'``, all command-line arguments present are gathered into a
959
list. Additionally, an error message will be generated if there wasn't at
960
least one command-line argument present. For example::
961
0 commit comments