From: Kevin Burke Date: Sat, 25 Jan 2014 08:20:10 +0000 (-0800) Subject: s/soley/solely X-Git-Tag: v2.3.0~37^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c11fb7f04e1f3bc1fcc0901a81c6af99778e904;p=services%2Fpython-requests.git s/soley/solely --- diff --git a/requests/models.py b/requests/models.py index ae46a83..72b0fec 100644 --- a/requests/models.py +++ b/requests/models.py @@ -693,7 +693,7 @@ class Response(object): If Response.encoding is None, encoding will be guessed using ``chardet``. - The encoding of the response content is determined based soley on HTTP + The encoding of the response content is determined based solely on HTTP headers, following RFC 2616 to the letter. If you can take advantage of non-HTTP knowledge to make a better guess at the encoding, you should set ``r.encoding`` appropriately before accessing this property.