Skip to content

Commit

Permalink
Fix another broken link on readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Mar 28, 2013
1 parent 144968b commit 4cdf300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4cdf300

Please sign in to comment.