fix a typo in the invalidjid exception name case

This commit is contained in:
mathieui
2019-08-25 01:42:00 +02:00
parent 9fe20a4056
commit 9be30e5291

View File

@@ -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