mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.13] Docs: Use arguments to replace args in argparse.rst (GH-135510) (GH-135867)
Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)
(cherry picked from commit caad163b69)
Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
This commit is contained in:
parent
666795ae34
commit
980d6cc0c8
1 changed files with 1 additions and 1 deletions
|
|
@ -862,7 +862,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