Skip to content

Commit 415a0eb

Browse files
authored
Fix typo Sokcet -> Socket
1 parent 9a7dc7f commit 415a0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ pub/sub functionality::
313313
mgr = socketio.RedisManager('redis://')
314314
sio = socketio.Server(client_manager=mgr)
315315

316-
If multiple Sokcet.IO servers are connected to a message queue, they
316+
If multiple Socket.IO servers are connected to a message queue, they
317317
automatically communicate with each other and manage a combined client list,
318318
without any need for additional configuration. To have a process other than
319319
a server connect to the queue to emit a message, the same ``KombuManager``

0 commit comments

Comments
 (0)