httpclient: clarify docs of HTTPResponse.body

Closes #1775
This commit is contained in:
Ben Darnell 2016-07-24 20:58:27 -04:00
parent ead8497254
commit d1cab4aff5
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ class HTTPResponse(object):
* buffer: ``cStringIO`` object for response body
* body: response body as string (created on demand from ``self.buffer``)
* body: response body as bytes (created on demand from ``self.buffer``)
* error: Exception object, if any