From: 0xflotus <0xflotus@gmail.com> Date: Mon, 19 Feb 2024 08:29:32 +0000 (+0100) Subject: gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640) X-Git-Tag: v3.13.0a5~345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbe809dfa94385bacaa24beee3976ba77a395589;p=thirdparty%2FPython%2Fcpython.git gh-83648: Add missing `deprecated` arg in argparse.rst (GH-115640) --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 952643a46416..eaddd44e2def 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -745,7 +745,7 @@ The add_argument() method .. method:: ArgumentParser.add_argument(name or flags..., [action], [nargs], \ [const], [default], [type], [choices], [required], \ - [help], [metavar], [dest]) + [help], [metavar], [dest], [deprecated]) Define how a single command-line argument should be parsed. Each parameter has its own more detailed description below, but in short they are: