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

This commit is contained in:
Yongzi Li 2025-06-24 06:53:33 +08:00 committed by GitHub
parent ceae4edf81
commit caad163b69
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::