Skip to content

Commit

Permalink
Fix typo Sokcet -> Socket
Browse files Browse the repository at this point in the history
  • Loading branch information
lnagel authored Nov 11, 2016
1 parent 9a7dc7f commit 415a0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit 415a0eb

Please sign in to comment.