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 e4b9fd5 commit 7157cd0Copy full SHA for 7157cd0
Doc/library/argparse.rst
@@ -839,7 +839,7 @@ how the command-line arguments should be handled. The supplied actions are:
839
>>> parser.parse_args(['--version'])
840
PROG 2.0
841
842
-Note that only actions that consume command-line arguments (e.g. ``'store'``,
+Only actions that consume command-line arguments (e.g. ``'store'``,
843
``'append'`` or ``'extend'``) can be used with positional arguments. You may
844
also specify an arbitrary action by passing an :class:`Action` subclass or
845
other object that implements the same interface.
0 commit comments