From: Ben Darnell Date: Mon, 25 Jul 2016 00:58:27 +0000 (-0400) Subject: httpclient: clarify docs of HTTPResponse.body X-Git-Tag: v4.5.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1cab4aff57e000d351d168210a71377c8111726;p=thirdparty%2Ftornado.git httpclient: clarify docs of HTTPResponse.body Closes #1775 --- diff --git a/tornado/httpclient.py b/tornado/httpclient.py index c62b6207c..762919ee8 100644 --- a/tornado/httpclient.py +++ b/tornado/httpclient.py @@ -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