We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf2eac commit 8e7b16eCopy full SHA for 8e7b16e
Doc/library/argparse.rst
@@ -698,9 +698,7 @@ The add_argument() method
698
699
* deprecated_ - Whether or not use of the argument is deprecated.
700
701
- The method returns the :class:`Action` object that was created and added to
702
- the parser. This can be stored and used for further customization or
703
- inspection.
+ The method returns an :class:`Action` object representing the argument.
704
705
The following sections describe how each of these are used.
706
0 commit comments