diff -r 49b60710c1eb -r a63883d0a695 whois/parser.py --- a/whois/parser.py Sun May 14 08:53:17 2017 -0400 +++ b/whois/parser.py Tue May 30 08:03:53 2017 -0400 @@ -1186,7 +1186,7 @@ 'expiration_date': 'Expires: *(.+)', 'dnssec': 'Dnssec: *(.+)', 'status': 'Status: *(.+)', - 'name_servers' 'Nameservers\n *([\n\S\s]+)' + 'name_servers': 'Nameservers\n *([\n\S\s]+)' } def __init__(self, domain, text):