Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 35c78ba

Browse files
committed
merge with 3.4
2 parents f920c21 + 2514f52 commit 35c78ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def _format_action(self, action):
490490
action_width = help_position - self._current_indent - 2
491491
action_header = self._format_action_invocation(action)
492492

493-
# ho nelp; start on same line and add a final newline
493+
# no help; start on same line and add a final newline
494494
if not action.help:
495495
tup = self._current_indent, '', action_header
496496
action_header = '%*s%s\n' % tup

0 commit comments

Comments
 (0)