From: Georg Brandl Date: Mon, 20 Oct 2014 06:36:02 +0000 (+0200) Subject: Closes #22675: fix typo. X-Git-Tag: v3.4.3rc1~444 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2514f52f4f20723727efe9c686aa16a8d1ef3089;p=thirdparty%2FPython%2Fcpython.git Closes #22675: fix typo. --- diff --git a/Lib/argparse.py b/Lib/argparse.py index 4d26b0701bb8..be276bb62ff4 100644 --- a/Lib/argparse.py +++ b/Lib/argparse.py @@ -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