mirror of
https://github.com/python/cpython.git
synced 2026-04-13 15:20:52 +00:00
gh-69223: Document that add_argument() returns an Action object (#145538)
This commit is contained in:
parent
6c8c72f7fe
commit
b28e5f58eb
1 changed files with 2 additions and 0 deletions
|
|
@ -698,6 +698,8 @@ The add_argument() method
|
|||
|
||||
* deprecated_ - Whether or not use of the argument is deprecated.
|
||||
|
||||
The method returns an :class:`Action` object representing the argument.
|
||||
|
||||
The following sections describe how each of these are used.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue