Small correction on a comment.
authorJuhaS <suomalainen.juha@gmail.com>
Mon, 28 May 2012 13:28:31 +0000 (16:28 +0300)
committerJuhaS <suomalainen.juha@gmail.com>
Mon, 28 May 2012 13:28:31 +0000 (16:28 +0300)
requests/models.py

index 79a3bc36496db95ff45ce79dddf9b269d6bad353..d6e9c6e8cf35c75403beb9777eec61fcb93842e0 100644 (file)
@@ -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 <Response>` objects from