UI/Browser.py

changeset 3450
2f7c8fd8e3f5
parent 3357
2390df6f42ba
child 3515
1b8381afe38f
--- a/UI/Browser.py	Sun Mar 30 15:34:40 2014 +0200
+++ b/UI/Browser.py	Sun Mar 30 15:36:25 2014 +0200
@@ -606,8 +606,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