Helpviewer/ClosedTabsManager.py

changeset 2954
bf0215fe12d1
parent 2302
f29e9405c851
child 2999
28c75409a78f
--- a/Helpviewer/ClosedTabsManager.py	Sat Sep 28 19:06:25 2013 +0200
+++ b/Helpviewer/ClosedTabsManager.py	Sat Sep 28 20:07:36 2013 +0200
@@ -32,6 +32,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 \

eric ide

mercurial