From: Thomas Grainger Date: Mon, 13 Jun 2022 14:40:51 +0000 (+0100) Subject: fix mulitple typo X-Git-Tag: v6.2.0b2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3155%2Fhead;p=thirdparty%2Ftornado.git fix mulitple typo --- diff --git a/docs/guide/running.rst b/docs/guide/running.rst index 566865524..99d18275a 100644 --- a/docs/guide/running.rst +++ b/docs/guide/running.rst @@ -38,7 +38,7 @@ Typically it is best to run one process per CPU. The simplest way to do this is to add ``reuse_port=True`` to your ``listen()`` calls and then simply run multiple copies of your application. -Tornado also has the ability to start mulitple processes from a single parent +Tornado also has the ability to start multiple processes from a single parent process (note that this does not work on Windows). This requires some alterations to application startup.