From a15eccec91484b8f70537f7933283c039d7e8ed9 Mon Sep 17 00:00:00 2001 From: dano Date: Sun, 11 May 2014 23:29:46 -0400 Subject: [PATCH] Update documentation --- tornado/httpclient.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.47.2