[3.14] Docs: Use arguments to replace args in argparse.rst (GH-135510) (GH-135866)

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:
Miss Islington (bot) 2025-06-24 00:59:24 +02:00 committed by GitHub
parent aad47c1e0b
commit c9cbe060a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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::