]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-99650 : Updated argparse docs (GH-99653)
authorram vikram singh <ramvikrams243@gmail.com>
Tue, 22 Nov 2022 21:16:06 +0000 (02:46 +0530)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2022 21:16:06 +0000 (13:16 -0800)
Doc/library/argparse.rst

index c55d94421e5b14e3470b4af19f8f741f72342aa2..f8839d0986d0479d7c4d83768be1987511c6cadd 100644 (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::