Helpviewer/CookieJar/CookieExceptionsModel.py

changeset 668
b0061a6f7484
parent 13
1af94a91f439
child 791
9ec2ac20e54e
--- a/Helpviewer/CookieJar/CookieExceptionsModel.py	Sun Oct 10 11:25:46 2010 +0200
+++ b/Helpviewer/CookieJar/CookieExceptionsModel.py	Sun Oct 10 21:12:43 2010 +0200
@@ -119,7 +119,7 @@
         Public method to get the number of rows of the model.
         
         @param parent parent index (QModelIndex)
-        @return number of columns (integer)
+        @return number of rows (integer)
         """
         if parent.isValid() or self.__cookieJar is None:
             return 0

eric ide

mercurial