mirror of
https://github.com/python/cpython.git
synced 2025-11-08 13:42:22 +00:00
gh-83648: Add missing deprecated arg in argparse.rst (GH-115640)
This commit is contained in:
parent
1476ac2c58
commit
cbe809dfa9
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ The add_argument() method
|
||||||
|
|
||||||
.. method:: ArgumentParser.add_argument(name or flags..., [action], [nargs], \
|
.. method:: ArgumentParser.add_argument(name or flags..., [action], [nargs], \
|
||||||
[const], [default], [type], [choices], [required], \
|
[const], [default], [type], [choices], [required], \
|
||||||
[help], [metavar], [dest])
|
[help], [metavar], [dest], [deprecated])
|
||||||
|
|
||||||
Define how a single command-line argument should be parsed. Each parameter
|
Define how a single command-line argument should be parsed. Each parameter
|
||||||
has its own more detailed description below, but in short they are:
|
has its own more detailed description below, but in short they are:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue