Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit caad163

Browse files
authored
Docs: Use arguments to replace args in argparse.rst (GH-135510)
1 parent ceae4ed commit caad163

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)