One last Charade reference to remove here.
authorMartijn Pieters <mj@zopatista.com>
Mon, 3 Feb 2014 13:39:21 +0000 (13:39 +0000)
committerMartijn Pieters <mj@zopatista.com>
Mon, 3 Feb 2014 13:39:21 +0000 (13:39 +0000)
requests/models.py

index 014ca7891e935abe763fcc013562fcb9d7e12b0b..6270a6917f5935e5b8a2f6c00fb4d90a2fbfc946 100644 (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):