I'll have to manually add that to sphinx

This commit is contained in:
Kenneth Reitz
2011-08-14 15:50:18 -04:00
parent 1361506ae6
commit 975720a30c
-1
View File
@@ -341,7 +341,6 @@ class Response(object):
#: Raw content of the response, in bytes.
#: If ``content-encoding`` of response was set to ``gzip``, the
#: response data will be automatically deflated.
self.content = None
self._content = None
#: Integer Code of responded HTTP Status.
self.status_code = None