We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b55e1 commit 16243e7Copy full SHA for 16243e7
docs/server.rst
@@ -865,7 +865,7 @@ servers that use standard Python threads. This is an ideal setup to use with
865
development servers such as `Werkzeug <http://werkzeug.pocoo.org>`_.
866
867
Instances of class ``socketio.Server`` will automatically use the threading
868
-mode if neither eventlet nor gevent are not installed. To request the
+mode if neither eventlet nor gevent are installed. To request the
869
threading mode explicitly, the ``async_mode`` option can be given in the
870
constructor::
871
0 commit comments