From 3c4e43c1fb2612d62496754039ad4b43e620190c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Cea?= Date: Sun, 19 Mar 2023 23:51:04 +0100 Subject: [PATCH] Trivial typo --- Tornado.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tornado.rst b/Tornado.rst index 83c8d5f1..500de634 100644 --- a/Tornado.rst +++ b/Tornado.rst @@ -21,7 +21,7 @@ PyPy is currently not supported (albeit technically possible thanks to continule Why ? ***** -The Tornado project includes a simple WSGI server by itself. In the same spirit of the Gevent plugin, the purpose of Loop engines is allowing external prejects +The Tornado project includes a simple WSGI server by itself. In the same spirit of the Gevent plugin, the purpose of Loop engines is allowing external projects to use (and abuse) the uWSGI api, for better performance, versatility and (maybe the most important thing) resource usage. All of the uWSGI subsystems are available (from caching, to websockets, to metrics) in your tornado apps, and the WSGI engine is the battle-tested uWSGI one.