Fix another broken link on readme.

This commit is contained in:
Ben Darnell 2013-03-28 00:13:20 -04:00
parent 144968b135
commit 4cdf3007dc
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ features may require one of the following libraries:
versions of Python)
* `concurrent.futures <https://pypi.python.org/pypi/futures>`_ is the
recommended thread pool for use with Tornado and enables the use of
`~tornado.netutil.ThreadedResolver`. It is needed only on Python 2;
``tornado.netutil.ThreadedResolver``. It is needed only on Python 2;
Python 3 includes this package in the standard library.
* `pycurl <http://pycurl.sourceforge.net>`_ is used by the optional
``tornado.curl_httpclient``. Libcurl version 7.18.2 or higher is required;