diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index d8c7776ee41f4e..c1df9c25450cca 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -613,6 +613,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.