]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Replace func directive with double backticks 1817/head
authorMichael V. DePalatis <mike@depalatis.net>
Sat, 25 Mar 2017 21:25:13 +0000 (17:25 -0400)
committerMichael V. DePalatis <mike@depalatis.net>
Sat, 25 Mar 2017 21:25:13 +0000 (17:25 -0400)
tornado/log.py

index 6421959ae429a148738542e6ef56d86c673e13d1..e7d922435d4c678b24e336a70daed37a5fc0af50 100644 (file)
@@ -91,7 +91,7 @@ class LogFormatter(logging.Formatter):
 
     Color support on Windows versions that do not support ANSI color codes is
     enabled by use of the colorama__ library. Applications that wish to use
-    this must first initialize colorama with a call to :func:`colorama.init`.
+    this must first initialize colorama with a call to ``colorama.init``.
     See the colorama documentation for details.
 
     __ https://pypi.python.org/pypi/colorama