From d7f1cc181bb8be1760321bcf8aab9bc87bb46562 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 8 Feb 2014 20:37:48 +0100 Subject: [PATCH] Docs fix --- doc/usage.zpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.zpy b/doc/usage.zpy index 4b1839c..2817b4e 100644 --- a/doc/usage.zpy +++ b/doc/usage.zpy @@ -179,7 +179,7 @@ To start using pythonwhois, use `import pythonwhois`. ^ pythonwhois.parse.parse_raw_whois(**raw_data**[, **normalized**]) - Parses the specified raw WHOIS data. It's useful to call this methid manually if you receive your WHOIS data from elsewhere, and don't need the retrieval capabilities of pythonwhois. + Parses the specified raw WHOIS data. It's useful to call this method manually if you receive your WHOIS data from elsewhere, and don't need the retrieval capabilities of pythonwhois. Returns an object like `pythonwhois.get_whois` does. raw_data:: A list of raw WHOIS responses to parse. This is the kind of list that `pythonwhois.net.get_whois_raw` outputs.