diff options
author | Tim Peters <tim.peters@gmail.com> | 2007-01-30 03:03:46 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2007-01-30 03:03:46 +0000 |
commit | 534e95c9b9afa0347dd02132e03f6f6af8a8ad38 (patch) | |
tree | d126172ae71a486ae2dd56bcccc3d74f56be778f /Lib/idlelib/CodeContext.py | |
parent | 1e415e909309a9a0bc92f41ee97e96e87f65c4ac (diff) | |
download | cpython-534e95c9b9afa0347dd02132e03f6f6af8a8ad38.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/idlelib/CodeContext.py')
-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 436206f063..28e99c5042 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 |