Skip to content

Commit

Permalink
pythongh-83648: Add missing deprecated arg in argparse.rst (pythonG…
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored and woodruffw committed Mar 4, 2024
1 parent 5acc180 commit 35c51d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/argparse.rst
Expand Up @@ -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:
Expand Down

0 comments on commit 35c51d9

Please sign in to comment.