10000
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 1848ce6 commit a5440d4Copy full SHA for a5440d4
Doc/library/argparse.rst
@@ -195,7 +195,7 @@ your usage messages.
195
When a custom usage message is specified for the main parser, you may also want to
196
consider passing the ``prog`` argument to :meth:`~ArgumentParser.add_subparsers`
197
or the ``prog`` and the ``usage`` arguments to
198
-:meth:`~_SubParsersAction.add_parser`, to ensure consistent command prefixes and
+:meth:`~_SubParsersAction.add_parser`, to ensure consistent command prefixes and
199
usage information across subparsers.
200
201
0 commit comments