]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)
authorYongzi Li <204532581+Yzi-Li@users.noreply.github.com>
Mon, 23 Jun 2025 22:53:33 +0000 (06:53 +0800)
committerGitHub <noreply@github.com>
Mon, 23 Jun 2025 22:53:33 +0000 (18:53 -0400)
Doc/library/argparse.rst

index 17f126cc065a8256bb1fc8522b385abd6667a907..a03d88092dbf1fec4a809374decfb67fe9ce5f83 100644 (file)
@@ -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::