From: dano Date: Mon, 12 May 2014 03:29:46 +0000 (-0400) Subject: Update documentation X-Git-Tag: v4.0.0b1~56^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a15eccec91484b8f70537f7933283c039d7e8ed9;p=thirdparty%2Ftornado.git Update documentation --- diff --git a/tornado/httpclient.py b/tornado/httpclient.py index 2a7965b40..dd2d9798b 100644 --- a/tornado/httpclient.py +++ b/tornado/httpclient.py @@ -459,8 +459,6 @@ class HTTPResponse(object): * code: numeric HTTP status code, e.g. 200 or 404 * reason: human-readable reason phrase describing the status code - (with curl_httpclient, this is a default value rather than the - server's actual response) * headers: `tornado.httputil.HTTPHeaders` object