From 3c66b6a58860113c7f79dacc9ecf8ba08ab0ddc6 Mon Sep 17 00:00:00 2001 From: bdarnell Date: Tue, 8 Apr 2014 08:04:37 -0400 Subject: [PATCH] Fix typo Closes #1028 --- tornado/httpclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/httpclient.py b/tornado/httpclient.py index bb11e1137..e88bcf6c2 100644 --- a/tornado/httpclient.py +++ b/tornado/httpclient.py @@ -166,7 +166,7 @@ class AsyncHTTPClient(Configurable): kwargs: ``HTTPRequest(request, **kwargs)`` This method returns a `.Future` whose result is an - `HTTPResponse`. The ``Future`` wil raise an `HTTPError` if + `HTTPResponse`. The ``Future`` will raise an `HTTPError` if the request returned a non-200 response code. If a ``callback`` is given, it will be invoked with the `HTTPResponse`. -- 2.47.2