diff -r e906e23931fa Lib/argparse.py --- a/Lib/argparse.py Mon Oct 20 13:24:05 2014 +1300 +++ b/Lib/argparse.py Mon Oct 20 08:15:18 2014 +0200 @@ -490,7 +490,7 @@ 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