Splitted a line in a comment to fit in 79 cols.

Gra [2009-04-24 12:09]
Splitted a line in a comment to fit in 79 cols.
Filename
tooltip.py
diff --git a/tooltip.py b/tooltip.py
index a35c241..939ef17 100644
--- a/tooltip.py
+++ b/tooltip.py
@@ -168,7 +168,8 @@ class ToolTip:
         # otherwise when the mouse enters the tip window we get
         # a leave event and it disappears, and then we get an enter
         # event and it reappears, and so on forever :-(
-        # or we take care that the mouse pointer is always outside the tipwindow :-)
+        # or we take care that the mouse pointer is always outside the
+        # tipwindow :-)
         tw = self._tipwindow
         twx, twy = tw.winfo_reqwidth(), tw.winfo_reqheight()
         w, h = tw.winfo_screenwidth(), tw.winfo_screenheight()
ViewGit