Helpviewer/ClosedTabsManager.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2999
28c75409a78f
child 3060
5883ce99ee12
--- a/Helpviewer/ClosedTabsManager.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Helpviewer/ClosedTabsManager.py	Fri Oct 18 23:00:41 2013 +0200
@@ -34,6 +34,7 @@
         Special method implementing the equality operator.
         
         @param other reference to the object to compare against (ClosedTab)
+        @return flag indicating equality of the tabs (boolean)
         """
         return self.url == other.url and \
                self.title == other.title and \
@@ -44,8 +45,8 @@
     """
     Class implementing a manager for closed tabs.
     
-    @signal closedTabAvailable(boolean) emitted to signal a change in availability
-        of closed tabs
+    @signal closedTabAvailable(boolean) emitted to signal a change of
+        availability of closed tabs
     """
     closedTabAvailable = pyqtSignal(bool)
     

eric ide

mercurial