Skip to content

Commit 7157cd0

Browse files
committed
doc(argparse): tweak wording
1 parent e4b9fd5 commit 7157cd0

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
@@ -839,7 +839,7 @@ how the command-line arguments should be handled. The supplied actions are:
839839
>>> parser.parse_args(['--version'])
840840
PROG 2.0
841841

842-
Note that only actions that consume command-line arguments (e.g. ``'store'``,
842+
Only actions that consume command-line arguments (e.g. ``'store'``,
843843
``'append'`` or ``'extend'``) can be used with positional arguments. You may
844844
also specify an arbitrary action by passing an :class:`Action` subclass or
845845
other object that implements the same interface.

0 commit comments

Comments
 (0)