Skip to content

Commit 1274929

Browse files
Yzi-Limiss-islington
authored andcommitted
Docs: Use arguments to replace args in argparse.rst (pythonGH-135510)
(cherry picked from commit caad163) Co-authored-by: Yongzi Li <[email protected]>
1 parent aad47c1 commit 1274929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ See also :ref:`specifying-ambiguous-arguments`. The supported values are:
955955

956956
.. index:: single: + (plus); in argparse module
957957

958-
* ``'+'``. Just like ``'*'``, all command-line args present are gathered into a
958+
* ``'+'``. Just like ``'*'``, all command-line arguments present are gathered into a
959959
list. Additionally, an error message will be generated if there wasn't at
960960
least one command-line argument present. For example::
961961

0 commit comments

Comments
 (0)