]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix another broken link on readme.
authorBen Darnell <ben@bendarnell.com>
Thu, 28 Mar 2013 04:13:20 +0000 (00:13 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 28 Mar 2013 04:13:20 +0000 (00:13 -0400)
README.rst

index 520c7d433c8381556b9cef44b25dab463eab706b..eed3cc334a7a9e889159807f18cfa94a1c94a01b 100644 (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;