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
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

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