From 08ee0f2a4f0f030dd99708ac4d37d4074c37b0e4 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 13 Jun 2022 15:40:51 +0100 Subject: [PATCH] fix mulitple typo --- docs/guide/running.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2