Test changes before checking them in.

This commit is contained in:
Jeremy Hylton 2002-06-04 21:11:56 +00:00
parent 40ebbeff23
commit 8f787bf1d0
1 changed files with 1 additions and 1 deletions

View File

@ -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]