mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Docs: Use arguments to replace args in argparse.rst (GH-135510)
This commit is contained in:
parent
ceae4edf81
commit
caad163b69
1 changed files with 1 additions and 1 deletions
|
|
@ -955,7 +955,7 @@ See also :ref:`specifying-ambiguous-arguments`. The supported values are:
|
|||
|
||||
.. index:: single: + (plus); in argparse module
|
||||
|
||||
* ``'+'``. Just like ``'*'``, all command-line args present are gathered into a
|
||||
* ``'+'``. Just like ``'*'``, all command-line arguments present are gathered into a
|
||||
list. Additionally, an error message will be generated if there wasn't at
|
||||
least one command-line argument present. For example::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue