Skip to content

Commit

Permalink
Chardet -> charade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Nov 1, 2013
1 parent 0228851 commit 20f8027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requests/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,8 +648,8 @@ def content(self):
def text(self):
"""Content of the response, in unicode.
if Response.encoding is None and chardet module is available, encoding
will be guessed.
if Response.encoding is None, encoding will be guessed using
``charade``.
"""

# Try charset from content-type
Expand Down

0 comments on commit 20f8027

Please sign in to comment.