Skip to content

Commit a5440d4

Browse files
gh-86463: Fix a trailing space in argparse.rst (#127162)
1 parent 1848ce6 commit a5440d4

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
@@ -195,7 +195,7 @@ your usage messages.
195195
When a custom usage message is specified for the main parser, you may also want to
196196
consider passing the ``prog`` argument to :meth:`~ArgumentParser.add_subparsers`
197197
or the ``prog`` and the ``usage`` arguments to
198-
:meth:`~_SubParsersAction.add_parser`, to ensure consistent command prefixes and
198+
:meth:`~_SubParsersAction.add_parser`, to ensure consistent command prefixes and
199199
usage information across subparsers.
200200

201201

0 commit comments

Comments
 (0)