Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64e71e commit b4ae5b7Copy full SHA for b4ae5b7
1 file changed
Doc/library/argparse.rst
@@ -1933,7 +1933,7 @@ Argument groups
1933
.. method:: ArgumentParser.add_argument_group(title=None, description=None)
1934
1935
By default, :class:`ArgumentParser` groups command-line arguments into
1936
- "positional arguments" and "optional arguments" when displaying help
+ "positional arguments" and "options" when displaying help
1937
messages. When there is a better conceptual grouping of arguments than this
1938
default one, appropriate groups can be created using the
1939
:meth:`add_argument_group` method::
0 commit comments