Avoid a quote mark that renders incorrectly in PDF mode.

Closes #935.
This commit is contained in:
Ben Darnell 2013-12-01 15:07:16 -05:00
parent cb653c5ef9
commit 19bdb15390
1 changed files with 1 additions and 1 deletions

View 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.