From c610dd403dacf850f30b4cf185cd00c3facd76c1 Mon Sep 17 00:00:00 2001 From: "Michael V. DePalatis" Date: Sat, 25 Mar 2017 17:25:13 -0400 Subject: [PATCH] Replace func directive with double backticks --- tornado/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/log.py b/tornado/log.py index 6421959ae..e7d922435 100644 --- a/tornado/log.py +++ b/tornado/log.py @@ -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 -- 2.47.2