From: Ben Darnell Date: Thu, 28 Mar 2013 04:13:20 +0000 (-0400) Subject: Fix another broken link on readme. X-Git-Tag: v3.0.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cdf3007dc267d8197e090f7dfaf230463ce5104;p=thirdparty%2Ftornado.git Fix another broken link on readme. --- diff --git a/README.rst b/README.rst index 520c7d433..eed3cc334 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,7 @@ features may require one of the following libraries: versions of Python) * `concurrent.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 `_ is used by the optional ``tornado.curl_httpclient``. Libcurl version 7.18.2 or higher is required;