mirror of
https://github.com/python/cpython.git
synced 2026-04-14 07:41:00 +00:00
[3.14] gh-69223: Document that add_argument() returns an Action object (GH-145538) (#145595)
Co-authored-by: Andrew Barnes <bortstheboat@gmail.com>
This commit is contained in:
parent
54fd6766d2
commit
5fa025aebe
1 changed files with 2 additions and 0 deletions
|
|
@ -691,6 +691,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