]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-86463: Fix a trailing space in argparse.rst (#127162)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 22 Nov 2024 16:34:05 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2024 16:34:05 +0000 (16:34 +0000)
Doc/library/argparse.rst

index c5882c273717c03ab26a338ca624b3eee31c2a36..e574511436d16ef1d14f54ef4039609e38ef9f28 100644 (file)
@@ -195,7 +195,7 @@ your usage messages.
 When a custom usage message is specified for the main parser, you may also want to
 consider passing  the ``prog`` argument to :meth:`~ArgumentParser.add_subparsers`
 or the ``prog`` and the ``usage`` arguments to
-:meth:`~_SubParsersAction.add_parser`, to ensure consistent command prefixes and 
+:meth:`~_SubParsersAction.add_parser`, to ensure consistent command prefixes and
 usage information across subparsers.