We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arguments
args
argparse.rst
1 parent 666795a commit 798a41cCopy full SHA for 798a41c
1 file changed
Doc/library/argparse.rst
@@ -862,7 +862,7 @@ See also :ref:`specifying-ambiguous-arguments`. The supported values are:
862
863
.. index:: single: + (plus); in argparse module
864
865
-* ``'+'``. Just like ``'*'``, all command-line args present are gathered into a
+* ``'+'``. Just like ``'*'``, all command-line arguments present are gathered into a
866
list. Additionally, an error message will be generated if there wasn't at
867
least one command-line argument present. For example::
868
0 commit comments