gh-99650 : Updated argparse docs (GH-99653)

This commit is contained in:
ram vikram singh 2022-11-23 02:46:06 +05:30 committed by GitHub
parent d4cf192826
commit f5fea22886
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1945,7 +1945,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::