From 415a0eb9c7d4105d75f569e455b8f293dc6540c4 Mon Sep 17 00:00:00 2001 From: Lenno Nagel Date: Fri, 11 Nov 2016 09:08:56 +0200 Subject: [PATCH] Fix typo Sokcet -> Socket --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index f72b15f..56a6aa6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -313,7 +313,7 @@ pub/sub functionality:: mgr = socketio.RedisManager('redis://') sio = socketio.Server(client_manager=mgr) -If multiple Sokcet.IO servers are connected to a message queue, they +If multiple Socket.IO servers are connected to a message queue, they automatically communicate with each other and manage a combined client list, without any need for additional configuration. To have a process other than a server connect to the queue to emit a message, the same ``KombuManager``