https://github.com/python/cpython/commit/a5440d4a38316cc709ce0304175beda124b8e7f4 commit: a5440d4a38316cc709ce0304175beda124b8e7f4 branch: main author: Serhiy Storchaka <[email protected]> committer: AlexWaygood <[email protected]> date: 2024-11-22T16:34:05Z summary:
gh-86463: Fix a trailing space in argparse.rst (#127162) files: M Doc/library/argparse.rst diff --git a/Doc/library/argparse.rst b/Doc/library/argparse.rst index c5882c273717c0..e574511436d16e 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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
