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: 1 addition & 1 deletion Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ The parse_args() method
created and how they are assigned. See the documentation for
:meth:`!add_argument` for details.

* args_ - List of strings to parse. The default is taken from
* args_ - List of strings to parse, in normal iteration order. The default is taken from
:data:`sys.argv`.

* namespace_ - An object to take the attributes. The default is a new empty
Expand Down
Loading