diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index ca4f439c345f32..d04d3f0631921a 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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.