diff --git a/src/common/contacts.py b/src/common/contacts.py index f209809b9..39162d44e 100644 --- a/src/common/contacts.py +++ b/src/common/contacts.py @@ -185,7 +185,7 @@ class Contacts: return None def get_contacts_from_jid(self, account, jid): - ''' we may have two or more resources on that jid ''' + '''we may have two or more resources on that jid''' if jid in self._contacts[account]: contacts_instances = self._contacts[account][jid] return contacts_instances