]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typo
authorbdarnell <ben@bendarnell.com>
Tue, 8 Apr 2014 12:04:37 +0000 (08:04 -0400)
committerbdarnell <ben@bendarnell.com>
Tue, 8 Apr 2014 12:04:37 +0000 (08:04 -0400)
Closes #1028

tornado/httpclient.py

index bb11e11375fb4ce39a630850bdb4776472231546..e88bcf6c275781ec20241960fd119a1b75c67db9 100644 (file)
@@ -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`.