https://github.com/python/cpython/commit/caad163b691b2343d823541cfbf741f481ee9f3e commit: caad163b691b2343d823541cfbf741f481ee9f3e branch: main author: Yongzi Li <204532581+yzi...@users.noreply.github.com> committer: ZeroIntensity <zintensity...@gmail.com> date: 2025-06-23T18:53:33-04:00 summary:
Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) files: M Doc/library/argparse.rst diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 17f126cc065a82..a03d88092dbf1f 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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:: _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: arch...@mail-archive.com