From 19bdb153907c2386955861ff64dbec66ec07271e Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 1 Dec 2013 15:07:16 -0500 Subject: [PATCH] Avoid a quote mark that renders incorrectly in PDF mode. Closes #935. --- docs/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.rst b/docs/overview.rst index a85a970e..0ccbbcb3 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.