From 1bda7efc6847d62796e15fbfc80bad0fe0f226c3 Mon Sep 17 00:00:00 2001 From: Omar Costa Hamido <18335360+omarcostahamido@users.noreply.github.com> Date: Thu, 7 Apr 2022 20:03:19 +0100 Subject: [PATCH] Update server.rst - fix phrase. It makes more sense when look something like `If neither A or B are installed`. --- docs/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server.rst b/docs/server.rst index c457921..c00bbb3 100644 --- a/docs/server.rst +++ b/docs/server.rst @@ -865,7 +865,7 @@ servers that use standard Python threads. This is an ideal setup to use with development servers such as `Werkzeug `_. Instances of class ``socketio.Server`` will automatically use the threading -mode if neither eventlet nor gevent are not installed. To request the +mode if neither eventlet nor gevent are installed. To request the threading mode explicitly, the ``async_mode`` option can be given in the constructor::