]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Avoid a quote mark that renders incorrectly in PDF mode.
authorBen Darnell <ben@bendarnell.com>
Sun, 1 Dec 2013 20:07:16 +0000 (15:07 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 1 Dec 2013 20:07:16 +0000 (15:07 -0500)
Closes #935.

docs/overview.rst

index a85a970ebea9d20eb82a3a0abd59d870c924f14d..0ccbbcb33fdc27b5e1d0d882a8b25a8cb9f07083 100644 (file)
@@ -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.