gh-83648: Add missing deprecated arg in argparse.rst (GH-115640)

This commit is contained in:
0xflotus 2024-02-19 09:29:32 +01:00 committed by GitHub
parent 1476ac2c58
commit cbe809dfa9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: