Browse Source

Fix typo in docs (#187)

pull/188/head
Grey Li 7 years ago
committed by Miguel Grinberg
parent
commit
58c8a6f430
  1. 2
      docs/index.rst

2
docs/index.rst

@ -610,7 +610,7 @@ can take advantage of uWSGI's native WebSocket support.
Instances of class ``socketio.Server`` will automatically use this option for
asynchronous operations if both gevent and uWSGI are installed and eventlet is
not installed. To request this asynchoronous mode explicitly, the
not installed. To request this asynchronous mode explicitly, the
``async_mode`` option can be given in the constructor::
# gevent with uWSGI

Loading…
Cancel
Save