mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
[3.11] gh-99650 : Updated argparse docs (GH-99653) (GH-99705)
This commit is contained in:
parent
a64e71eece
commit
b4ae5b76ed
1 changed files with 1 additions and 1 deletions
|
@ -1933,7 +1933,7 @@ Argument groups
|
||||||
.. method:: ArgumentParser.add_argument_group(title=None, description=None)
|
.. method:: ArgumentParser.add_argument_group(title=None, description=None)
|
||||||
|
|
||||||
By default, :class:`ArgumentParser` groups command-line arguments into
|
By default, :class:`ArgumentParser` groups command-line arguments into
|
||||||
"positional arguments" and "optional arguments" when displaying help
|
"positional arguments" and "options" when displaying help
|
||||||
messages. When there is a better conceptual grouping of arguments than this
|
messages. When there is a better conceptual grouping of arguments than this
|
||||||
default one, appropriate groups can be created using the
|
default one, appropriate groups can be created using the
|
||||||
:meth:`add_argument_group` method::
|
:meth:`add_argument_group` method::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue