We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5685a2 commit 90c4774Copy full SHA for 90c4774
Doc/library/argparse.rst
@@ -1491,7 +1491,7 @@ The parse_args() method
1491
created and how they are assigned. See the documentation for
1492
:meth:`!add_argument` for details.
1493
1494
- * args_ - List of strings to parse. The default is taken from
+ * args_ - List of strings to parse, in the order they appear. The default is taken from
1495
:data:`sys.argv`.
1496
1497
* namespace_ - An object to take the attributes. The default is a new empty
0 commit comments