gh-69223: Document that add_argument() returns an Action object (#145538)

This commit is contained in:
Andrew Barnes 2026-03-06 11:10:12 -05:00 committed by GitHub
parent 6c8c72f7fe
commit b28e5f58eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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