]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization
authorKurt B. Kaiser <kbk@shore.net>
Thu, 12 Jul 2001 22:26:44 +0000 (22:26 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 12 Jul 2001 22:26:44 +0000 (22:26 +0000)
Lib/idlelib/CallTipWindow.py

index cbeab8cc15fc0e0bc4c6bf658f5e2719f47c795b..d253fa5969a9cb3a5161f6b67bb05ac5bc3ca3ef 100644 (file)
@@ -28,7 +28,7 @@ class CallTip:
                       background="#ffffe0", relief=SOLID, borderwidth=1,
                       font = self.widget['font'])
         label.pack()
-                      
+
     def hidetip(self):
         tw = self.tipwindow
         self.tipwindow = None
@@ -53,7 +53,7 @@ class container: # Conceptually an editor_window
         text.event_add("<<calltip-hide>>", ")")
         text.bind("<<calltip-show>>", self.calltip_show)
         text.bind("<<calltip-hide>>", self.calltip_hide)
-        
+
         text.focus_set()
         # root.mainloop() # not in idle