mirror of
https://github.com/python/cpython.git
synced 2025-07-25 04:04:13 +00:00
Test changes before checking them in.
This commit is contained in:
parent
40ebbeff23
commit
8f787bf1d0
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ class FancyGetopt:
|
||||||
lines = ['Option summary:']
|
lines = ['Option summary:']
|
||||||
|
|
||||||
for option in self.option_table:
|
for option in self.option_table:
|
||||||
long, short, help = option_table[:3]
|
long, short, help = option[:3]
|
||||||
text = wrap_text(help, text_width)
|
text = wrap_text(help, text_width)
|
||||||
if long[-1] == '=':
|
if long[-1] == '=':
|
||||||
long = long[0:-1]
|
long = long[0:-1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue