Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)
(cherry picked from commit
caad163b691b2343d823541cfbf741f481ee9f3e)
Co-authored-by: Yongzi Li <204532581+Yzi-Li@users.noreply.github.com>
.. 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::