One last Charade reference to remove here.

This commit is contained in:
Martijn Pieters
2014-02-03 13:39:21 +00:00
parent c6084704cc
commit c5b6a107eb
+1 -2
View File
@@ -593,8 +593,7 @@ class Response(object):
@property
def apparent_encoding(self):
"""The apparent encoding, provided by the lovely Charade library
(Thanks, Ian!)."""
"""The apparent encoding, provided by the chardet library"""
return chardet.detect(self.content)['encoding']
def iter_content(self, chunk_size=1, decode_unicode=False):