Chardet -> charade.
authorCory Benfield <lukasaoz@gmail.com>
Fri, 1 Nov 2013 09:20:22 +0000 (09:20 +0000)
committerCory Benfield <lukasaoz@gmail.com>
Fri, 1 Nov 2013 09:20:22 +0000 (09:20 +0000)
requests/models.py

index a67868e..2a5531e 100644 (file)
@@ -648,8 +648,8 @@ class Response(object):
     def text(self):
         """Content of the response, in unicode.
 
-        if Response.encoding is None and chardet module is available, encoding
-        will be guessed.
+        if Response.encoding is None, encoding will be guessed using
+        ``charade``.
         """
 
         # Try charset from content-type