diff options
Diffstat (limited to 'Demo/tkinter/www/Para.py')
| -rwxr-xr-x | Demo/tkinter/www/Para.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/www/Para.py b/Demo/tkinter/www/Para.py index 6a7057d..e24471f 100755 --- a/Demo/tkinter/www/Para.py +++ b/Demo/tkinter/www/Para.py @@ -67,7 +67,7 @@ class Para: self.words[i] = fo, te, wi, sp, 0, as, de total = total + wi + sp if total < tab: - self.words.append(None, '', 0, tab-total, 0, as, de) + self.words.append((None, '', 0, tab-total, 0, as, de)) # # Make a hanging tag: tab to hang, increment indent_left by hang, # and reset indent_hang to -hang |
