diff --git a/requests/compat.py b/requests/compat.py index 0d61a572..bdf10d6a 100644 --- a/requests/compat.py +++ b/requests/compat.py @@ -4,7 +4,7 @@ pythoncompat """ -from .packages import charade as chardet +from .packages import chardet import sys diff --git a/requests/models.py b/requests/models.py index 34dce181..e2a03d05 100644 --- a/requests/models.py +++ b/requests/models.py @@ -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 diff --git a/requests/packages/README.rst b/requests/packages/README.rst index 3948adb6..c42f376b 100644 --- a/requests/packages/README.rst +++ b/requests/packages/README.rst @@ -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