From 9379a14cb41916ce71fd94feaa26808b7770511d Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 18 Dec 2013 08:43:18 -0600 Subject: [PATCH] Fix all remaining references to charade --- requests/compat.py | 2 +- requests/models.py | 2 +- requests/packages/README.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requests/compat.py b/requests/compat.py index 0d61a57..bdf10d6 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 34dce18..e2a03d0 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 3948adb..c42f376 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 -- 2.34.1