From: Michael V. DePalatis Date: Sat, 25 Mar 2017 21:25:13 +0000 (-0400) Subject: Replace func directive with double backticks X-Git-Tag: v4.5.0~22^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c610dd403dacf850f30b4cf185cd00c3facd76c1;p=thirdparty%2Ftornado.git Replace func directive with double backticks --- 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