From 58c8a6f4301758ff27fb95d28b939bf953a67119 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Sat, 9 Jun 2018 09:25:35 +0800 Subject: [PATCH] Fix typo in docs (#187) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index ee560b3..df45312 100644 --- a/docs/index.rst +++ b/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