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 d4cf192 commit f5fea22Copy full SHA for f5fea22
1 file changed
Doc/library/argparse.rst
@@ -1945,7 +1945,7 @@ Argument groups
1945
.. method:: ArgumentParser.add_argument_group(title=None, description=None)
1946
1947
By default, :class:`ArgumentParser` groups command-line arguments into
1948
- "positional arguments" and "optional arguments" when displaying help
+ "positional arguments" and "options" when displaying help
1949
messages. When there is a better conceptual grouping of arguments than this
1950
default one, appropriate groups can be created using the
1951
:meth:`add_argument_group` method::
0 commit comments