From: ram vikram singh Date: Tue, 22 Nov 2022 21:16:06 +0000 (+0530) Subject: gh-99650 : Updated argparse docs (GH-99653) X-Git-Tag: v3.12.0a3~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5fea2288620cb2fda24f3eecc9d623331fe4401;p=thirdparty%2FPython%2Fcpython.git gh-99650 : Updated argparse docs (GH-99653) --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index c55d94421e5b..f8839d0986d0 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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::