From 7532b0a8cf76a118b72ba1a19943a4c5577a3279 Mon Sep 17 00:00:00 2001 From: Gra Date: Fri, 24 Apr 2009 14:06:02 +0200 Subject: [PATCH] Shortened comments that acted like delimiters to fit in 79 cols. --- tooltip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tooltip.py b/tooltip.py index c91d014..34d5fe2 100644 --- a/tooltip.py +++ b/tooltip.py @@ -126,7 +126,7 @@ class ToolTip: x, y = self.coords() self._tipwindow.wm_geometry("+%d+%d" % (x, y)) - ##------the methods that do the work:---------------------------------------------------------## + ##------the methods that do the work:------------------------------------## def _schedule(self): self._unschedule() @@ -161,7 +161,7 @@ class ToolTip: if tw: tw.destroy() - ##----these methods might be overridden in derived classes:----------------------------------## + ##----these methods might be overridden in derived classes:--------------## def coords(self): # The tip window must be completely outside the master widget; -- 2.45.1