Skip to content

Commit f5fea22

Browse files
authored
gh-99650 : Updated argparse docs (GH-99653)
1 parent d4cf192 commit f5fea22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ Argument groups
19451945
.. method:: ArgumentParser.add_argument_group(title=None, description=None)
19461946

19471947
By default, :class:`ArgumentParser` groups command-line arguments into
1948-
"positional arguments" and "optional arguments" when displaying help
1948+
"positional arguments" and "options" when displaying help
19491949
messages. When there is a better conceptual grouping of arguments than this
19501950
default one, appropriate groups can be created using the
19511951
:meth:`add_argument_group` method::

0 commit comments

Comments
 (0)