Skip to content

Commit

Permalink
Merge pull request #3155 from graingert/patch-1
Browse files Browse the repository at this point in the history
fix mulitple typo
  • Loading branch information
bdarnell committed Jun 14, 2022
2 parents 4470d69 + 08ee0f2 commit 713f06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 713f06b

Please sign in to comment.