fix documentation for utils.get_unicode_from_response() :)

This commit is contained in:
Kenneth Reitz
2014-10-05 13:14:38 -04:00
parent 90dc467fc0
commit 79f56e2e7e
+1 -4
View File
@@ -351,10 +351,7 @@ def get_unicode_from_response(r):
Tried:
1. charset from content-type
2. every encodings from ``<meta ... charset=XXX>``
3. fall back and replace all unicode characters
2. fall back and replace all unicode characters
"""