]> granicus.if.org Git - python/commitdiff
Closes #22675: fix typo.
authorGeorg Brandl <georg@python.org>
Mon, 20 Oct 2014 06:36:02 +0000 (08:36 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 20 Oct 2014 06:36:02 +0000 (08:36 +0200)
Lib/argparse.py

index 4d26b0701bb895912926502172e9484e57b03fc2..be276bb62ff41457f745280910c3341d5089dcfb 100644 (file)
@@ -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