diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index 2b2bf0a9d6eca8..622f116bbee2ea 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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.