Skip to content

Commit

Permalink
[3.11] gh-99650 : Updated argparse docs (GH-99653) (GH-99705)
Browse files Browse the repository at this point in the history
  • Loading branch information
miss-islington authored Nov 22, 2022
1 parent a64e71e commit b4ae5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@ Argument groups
.. method:: ArgumentParser.add_argument_group(title=None, description=None)

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
default one, appropriate groups can be created using the
:meth:`add_argument_group` method::
Expand Down

0 comments on commit b4ae5b7

Please sign in to comment.