Browse Source

Update server.rst

- fix phrase. It makes more sense when look something like `If neither A or B are installed`.
pull/910/head
Omar Costa Hamido 3 years ago
committed by GitHub
parent
commit
1bda7efc68
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/server.rst

2
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 <http://werkzeug.pocoo.org>`_.
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::

Loading…
Cancel
Save