Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
Loading