We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23530f commit 2514f52Copy full SHA for 2514f52
1 file changed
Lib/argparse.py
@@ -490,7 +490,7 @@ def _format_action(self, action):
490
action_width = help_position - self._current_indent - 2
491
action_header = self._format_action_invocation(action)
492
493
- # ho nelp; start on same line and add a final newline
+ # no help; start on same line and add a final newline
494
if not action.help:
495
tup = self._current_indent, '', action_header
496
action_header = '%*s%s\n' % tup
0 commit comments