| changeset 88 | 124331d7ca1e |
| parent 87 | 0f12faf57d33 |
| child 89 | 0b2e70f3f537 |
--- a/whois/parser.py Fri May 06 13:49:35 2016 +0000 +++ b/whois/parser.py Fri May 06 13:52:16 2016 +0000 @@ -783,8 +783,8 @@ 'zipcode': 'postal code: *(.+)', 'city': 'city: *(.+)', 'country': 'country: *(.+)', - 'phone': 'Phone: *(.+)', - 'fax': 'Fax: *(.+)', + 'phone': 'phone: *(.+)', + 'fax': 'fax-no: *(.+)', 'changed': 'changed: *(.+)', }