Merge pull request #640 from JuhaS/patch-1

Small correction on a comment.
This commit is contained in:
Kenneth Reitz
2012-05-29 16:45:54 -07:00
+1 -1
View File
@@ -662,7 +662,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