From: bdarnell Date: Tue, 8 Apr 2014 12:04:37 +0000 (-0400) Subject: Fix typo X-Git-Tag: v4.0.0b1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c66b6a58860113c7f79dacc9ecf8ba08ab0ddc6;p=thirdparty%2Ftornado.git Fix typo Closes #1028 --- 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`.