mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
gh-86463: Fix a trailing space in argparse.rst (#127162)
This commit is contained in:
parent
1848ce61f3
commit
a5440d4a38
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue