typo
This commit is contained in:
parent
c810c61c41
commit
89d2420473
|
@ -290,7 +290,7 @@ class Contacts:
|
||||||
|
|
||||||
def is_pm_from_contact(self, account, contact):
|
def is_pm_from_contact(self, account, contact):
|
||||||
'''Returns True if the given contact is a private message contact'''
|
'''Returns True if the given contact is a private message contact'''
|
||||||
if isinstance(contact, Contcat):
|
if isinstance(contact, Contact):
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue