From eeb3c4341185586673f479831153f5ff46f75f61 Mon Sep 17 00:00:00 2001 From: Maximilien Tirard Date: Sun, 8 Dec 2024 19:45:38 +0100 Subject: [PATCH] fix typo in deployment documentation (#2119) --- docs/deployment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.rst b/docs/deployment.rst index 8b056f3..a75aa6a 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -10,7 +10,7 @@ Embedded Server The simplest deployment strategy is to start the web server by calling ``socketio.run(app)`` as shown in examples above. This will look through the -packages that are installed for the best available web server start the +packages that are installed for the best available web server and start the application on it. The current web server choices that are evaluated are ``eventlet``, ``gevent`` and the Flask development server.