Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Apr 8, 2014
1 parent c20ab35 commit 3c66b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/httpclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def fetch(self, request, callback=None, **kwargs):
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`.
Expand Down

0 comments on commit 3c66b6a

Please sign in to comment.