Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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 @@ -699,6 +699,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.
Within each argument group, arguments are displayed in help output in the
order in which they are added.

The following sections describe how each of these are used.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Document that arguments are displayed in help output in the order they were added within each argument group.
Loading