Mercurial > libervia-backend
changeset 1943:ccfe45302a5c cagou
minor doc fixes
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 18 Apr 2016 18:35:19 +0200 |
parents | 7f053e1f0b67 |
children | 633b5c21aefd |
files | frontends/src/quick_frontend/quick_contact_list.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_contact_list.py Mon Apr 18 18:35:17 2016 +0200 +++ b/frontends/src/quick_frontend/quick_contact_list.py Mon Apr 18 18:35:19 2016 +0200 @@ -720,7 +720,7 @@ @property def items(self): - """Return item representation for all visible entities in cache + """Return item representation for visible entities in cache items are unordered key: bare jid, value: data @@ -736,7 +736,7 @@ @property def items_sorted(self): - """Return item representation for all visible entities in cache + """Return item representation for visible entities in cache items are ordered using self.items_sort key: bare jid, value: data @@ -746,7 +746,7 @@ def items_sort(self, items): """sort items - @param items(dict): items to sort (we be emptied !) + @param items(dict): items to sort (will be emptied !) @return (OrderedDict): sorted items """ ordered_items = OrderedDict()