mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Closes #22675: fix typo.
This commit is contained in:
parent
f23530f569
commit
2514f52f4f
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ class HelpFormatter(object):
|
|||
action_width = help_position - self._current_indent - 2
|
||||
action_header = self._format_action_invocation(action)
|
||||
|
||||
# ho nelp; start on same line and add a final newline
|
||||
# no help; start on same line and add a final newline
|
||||
if not action.help:
|
||||
tup = self._current_indent, '', action_header
|
||||
action_header = '%*s%s\n' % tup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue