Merge pull request #1720 from Lukasa/docs

Chardet -> charade.
This commit is contained in:
Cory Benfield
2013-11-01 02:21:01 -07:00
+2 -2
View 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