[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:
Miss Islington (bot) 2026-03-15 15:08:21 +01:00 committed by GitHub
parent 54fd6766d2
commit 5fa025aebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.