diff -r bfc38662e6fc -r 64bbac483843 Documentation/Source/eric5.UI.Browser.html --- a/Documentation/Source/eric5.UI.Browser.html Mon Mar 31 19:13:22 2014 +0200 +++ b/Documentation/Source/eric5.UI.Browser.html Mon Mar 31 19:27:31 2014 +0200 @@ -344,8 +344,8 @@ <dd> 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. </dd>