Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f920c21 + 2514f52 commit 35c78baCopy full SHA for 35c78ba
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