From: Kenneth Reitz Date: Sun, 5 Oct 2014 17:14:38 +0000 (-0400) Subject: fix documentation for utils.get_unicode_from_response() :) X-Git-Tag: v2.4.2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79f56e2e7e9cf1828da8287735751a998269a5f1;p=services%2Fpython-requests.git fix documentation for utils.get_unicode_from_response() :) --- diff --git a/requests/utils.py b/requests/utils.py index 539a68a..5d34ab5 100644 --- a/requests/utils.py +++ b/requests/utils.py @@ -351,10 +351,7 @@ def get_unicode_from_response(r): Tried: 1. charset from content-type - - 2. every encodings from ```` - - 3. fall back and replace all unicode characters + 2. fall back and replace all unicode characters """