diff -r 518764c4438c -r 68c0b9f2064f whois/parser.py --- a/whois/parser.py Thu Mar 22 10:46:28 2018 -0400 +++ b/whois/parser.py Thu Mar 22 10:48:22 2018 -0400 @@ -276,7 +276,7 @@ return WhoisNz(domain, text) elif domain.endswith('.space'): return WhoisSpace(domain, text) - elif domain.endwith('.lu'): + elif domain.endswith('.lu'): return WhoisLu(domain, text) else: return WhoisEntry(domain, text)