summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-20 06:36:09 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-20 06:36:09 (GMT)
commit35c78ba7ec00b7c007bb8a1b8f77cf3651d19209 (patch)
tree7c622327307d215a701e49060371dace37921b76 /Lib
parentf920c2122b86857f6c6b61ba857ba5f51dccf7d0 (diff)
parent2514f52f4f20723727efe9c686aa16a8d1ef3089 (diff)
downloadcpython-35c78ba7ec00b7c007bb8a1b8f77cf3651d19209.zip
cpython-35c78ba7ec00b7c007bb8a1b8f77cf3651d19209.tar.gz
cpython-35c78ba7ec00b7c007bb8a1b8f77cf3651d19209.tar.bz2
merge with 3.4
Diffstat (limited to 'Lib')
-rw-r--r--Lib/argparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/argparse.py b/Lib/argparse.py
index 4d26b07..be276bb 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