Browse Source

Fix documentation typo (#1155)

pull/1163/head
Onwuka Gideon 2 years ago
committed by GitHub
parent
commit
270eb372cc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/socketio/server.py

2
src/socketio/server.py

@ -281,7 +281,7 @@ class Server(object):
one of the types indicated above.
:param to: The recipient of the message. This can be set to the
session ID of a client to address only that client, to any
any custom room created by the application to address all
custom room created by the application to address all
the clients in that room, or to a list of custom room
names. If this argument is omitted the event is broadcasted
to all connected clients.

Loading…
Cancel
Save