summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slixmpp/jid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slixmpp/jid.py b/slixmpp/jid.py
index c6a8047c..5d39a444 100644
--- a/slixmpp/jid.py
+++ b/slixmpp/jid.py
@@ -425,7 +425,7 @@ class JID:
if not isinstance(other, JID):
try:
other = JID(other)
- except InvalidJid:
+ except InvalidJID:
return NotImplemented
return (self._node == other._node and