Skip to content

Commit 90c4774

Browse files
gh-143860: Clarify parse_args argument order wording
1 parent f5685a2 commit 90c4774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/argparse.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ The parse_args() method
14911491
created and how they are assigned. See the documentation for
14921492
:meth:`!add_argument` for details.
14931493

1494-
* args_ - List of strings to parse. The default is taken from
1494+
* args_ - List of strings to parse, in the order they appear. The default is taken from
14951495
:data:`sys.argv`.
14961496

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

0 commit comments

Comments
 (0)