8000 [3.13] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-… · python/cpython@980d6cc · GitHub
[go: up one dir, main page]

Skip to content

Commit 980d6cc

Browse files
[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 caad163) Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
1 parent 666795a commit 980d6cc

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
@@ -862,7 +862,7 @@ See also :ref:`specifying-ambiguous-arguments`. The supported values are:
862862

863863
.. index:: single: + (plus); in argparse module
864864

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

0 commit comments

Comments
 (0)
0