Skip to content

Commit 16243e7

Browse files
Fixed documentation typo (miguelgrinberg#910)
1 parent b4b55e1 commit 16243e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ servers that use standard Python threads. This is an ideal setup to use with
865865
development servers such as `Werkzeug <http://werkzeug.pocoo.org>`_.
866866

867867
Instances of class ``socketio.Server`` will automatically use the threading
868-
mode if neither eventlet nor gevent are not installed. To request the
868+
mode if neither eventlet nor gevent are installed. To request the
869869
threading mode explicitly, the ``async_mode`` option can be given in the
870870
constructor::
871871

0 commit comments

Comments
 (0)