From: Serhiy Storchaka Date: Fri, 22 Nov 2024 16:34:05 +0000 (+0200) Subject: gh-86463: Fix a trailing space in argparse.rst (#127162) X-Git-Tag: v3.14.0a3~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5440d4a38316cc709ce0304175beda124b8e7f4;p=thirdparty%2FPython%2Fcpython.git gh-86463: Fix a trailing space in argparse.rst (#127162) --- diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index c5882c273717..e574511436d1 100644 --- a/Doc/library/argparse.rst +++ b/Doc/library/argparse.rst @@ -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.