Skip to content
Snippets Groups Projects
Commit 1d496233 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

update comment

parent cb242e2b
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ class Contacts:
def get_contact(self, account, jid, resource = None):
'''Returns the list of contact instances for this jid (one per resource)
if no resource is given
or [] if no resource is given
returns the contact instance for the given resource if it's given
or None if there is not'''
if jid in self._contacts[account]:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment