Skip to content

Commit cbe809d

Browse files
authored
gh-83648: Add missing deprecated arg in argparse.rst (GH-115640)
1 parent 1476ac2 commit cbe809d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ The add_argument() method
745745

746746
.. method:: ArgumentParser.add_argument(name or flags..., [action], [nargs], \
747747
[const], [default], [type], [choices], [required], \
748-
[help], [metavar], [dest])
748+
[help], [metavar], [dest], [deprecated])
749749

750750
Define how a single command-line argument should be parsed. Each parameter
751751
has its own more detailed description below, but in short they are:

0 commit comments

Comments
 (0)