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

Skip to content

Commit 8f787bf

Browse files
committed
Test changes before checking them in.
1 parent 40ebbef commit 8f787bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/fancy_getopt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def generate_help (self, header=None):
359359
lines = ['Option summary:']
360360

361361
for option in self.option_table:
362-
long, short, help = option_table[:3]
362+
long, short, help = option[:3]
363363
text = wrap_text(help, text_width)
364364
if long[-1] == '=':
365365
long = long[0:-1]

0 commit comments

Comments
 (0)