Commit 03599c1b authored by Jeremy Hylton's avatar Jeremy Hylton

Test changes before checking them in.

parent 191a5b0a
......@@ -359,7 +359,7 @@ class FancyGetopt:
lines = ['Option summary:']
for option in self.option_table:
long, short, help = option_table[:3]
long, short, help = option[:3]
text = wrap_text(help, text_width)
if long[-1] == '=':
long = long[0:-1]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment