From: JuhaS Date: Mon, 28 May 2012 13:28:31 +0000 (+0300) Subject: Small correction on a comment. X-Git-Tag: v0.13.0~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba4cc326c2736f8cad7bc5c031e7c9230bd713e0;p=services%2Fpython-requests.git Small correction on a comment. --- diff --git a/requests/models.py b/requests/models.py index 79a3bc3..d6e9c6e 100644 --- a/requests/models.py +++ b/requests/models.py @@ -665,7 +665,7 @@ class Response(object): #: Resulting :class:`HTTPError` of request, if one occurred. self.error = None - #: Encoding to decode with when accessing r.content. + #: Encoding to decode with when accessing r.text. self.encoding = None #: A list of :class:`Response ` objects from