From: Ben Darnell Date: Sun, 1 Dec 2013 20:07:16 +0000 (-0500) Subject: Avoid a quote mark that renders incorrectly in PDF mode. X-Git-Tag: v3.2.0b1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19bdb153907c2386955861ff64dbec66ec07271e;p=thirdparty%2Ftornado.git Avoid a quote mark that renders incorrectly in PDF mode. Closes #935. --- diff --git a/docs/overview.rst b/docs/overview.rst index a85a970eb..0ccbbcb33 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -988,7 +988,7 @@ individual flag takes precedence): is not caught, an error page including a stack trace will be generated. -Autoreload mode is not compatible with ``HTTPServer``'s multi-process mode. +Autoreload mode is not compatible with the multi-process mode of ``HTTPServer``. You must not give ``HTTPServer.start`` an argument other than 1 (or call `tornado.process.fork_processes`) if you are using autoreload mode.