]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-99650 : Updated argparse docs (GH-99653) (GH-99705)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Nov 2022 22:17:20 +0000 (14:17 -0800)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2022 22:17:20 +0000 (14:17 -0800)
Doc/library/argparse.rst

index bcbb38a05e8b6eb5db4d781cdd4d4ae39c6891b5..67ca6e77bc00d1c28f16a82eadb031397c8690f0 100644 (file)
@@ -1933,7 +1933,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::