diff options
author | Tim Peters <tim.peters@gmail.com> | 2007-01-30 03:03:46 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2007-01-30 03:03:46 (GMT) |
commit | f733abb7831d6566cb0fccd0550d58ec3b7f05a4 (patch) | |
tree | 4466e9eccc1b441e60841c16d48915f20216178e /Lib/idlelib | |
parent | 15c1fe5047f94942f1e784ac7614f9f5370adb47 (diff) | |
download | cpython-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.zip cpython-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.tar.gz cpython-f733abb7831d6566cb0fccd0550d58ec3b7f05a4.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/CodeContext.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/CodeContext.py b/Lib/idlelib/CodeContext.py index 436206f..28e99c5 100644 --- a/Lib/idlelib/CodeContext.py +++ b/Lib/idlelib/CodeContext.py @@ -71,7 +71,7 @@ class CodeContext: # # To avoid possible errors, all references to the inner workings # of Tk are executed inside try/except blocks. - + widgets_for_width_calc = self.editwin.text, self.editwin.text_frame # calculate the required vertical padding @@ -113,7 +113,7 @@ class CodeContext: # above it. self.label.pack(side="top", fill="x", expand=False, before=self.editwin.text_frame) - + else: self.label.destroy() self.label = None |