Fix all remaining references to charade
authorIan Cordasco <graffatcolmingov@gmail.com>
Wed, 18 Dec 2013 14:43:18 +0000 (08:43 -0600)
committerIan Cordasco <graffatcolmingov@gmail.com>
Wed, 18 Dec 2013 14:43:18 +0000 (08:43 -0600)
requests/compat.py
requests/models.py
requests/packages/README.rst

index 0d61a57..bdf10d6 100644 (file)
@@ -4,7 +4,7 @@
 pythoncompat
 """
 
-from .packages import charade as chardet
+from .packages import chardet
 
 import sys
 
index 34dce18..e2a03d0 100644 (file)
@@ -688,7 +688,7 @@ class Response(object):
         """Content of the response, in unicode.
 
         If Response.encoding is None, encoding will be guessed using
-        ``charade``.
+        ``chardet``.
         """
 
         # Try charset from content-type
index 3948adb..c42f376 100644 (file)
@@ -5,4 +5,4 @@ them and submitted as separate pull requests to those libraries.
 
 urllib3 pull requests go here: https://github.com/shazow/urllib3
 
-charade pull requests go here: https://github.com/sigmavirus24/charade
+chardet pull requests go here: https://github.com/chardet/chardet