UI/Browser.py

branch
Py2 comp.
changeset 3515
1b8381afe38f
parent 3484
645c12de6b0c
parent 3450
2f7c8fd8e3f5
child 3565
8e1cd7721515
--- a/UI/Browser.py	Sun Apr 13 15:45:57 2014 +0200
+++ b/UI/Browser.py	Tue Apr 15 22:41:08 2014 +0200
@@ -608,8 +608,8 @@
         @param filter list of classes to check against
         @return a dictionary containing the counts of items belonging
             to the individual filter classes. The keys of the dictionary
-            are the unicode representation of the classes given in the
-            filter (i.e. unicode(filterClass)). The dictionary contains
+            are the string representation of the classes given in the
+            filter (i.e. str(filterClass)). The dictionary contains
             an additional entry with key "sum", that stores the sum of
             all selected entries fulfilling the filter criteria.
         """

eric ide

mercurial