Skip to content

Commit

Permalink
Fix documentation typo (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongido001 authored Mar 16, 2023
1 parent c4117fd commit 270eb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socketio/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def emit(self, event, data=None, to=None, room=None, skip_sid=None,
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.
Expand Down

0 comments on commit 270eb37

Please sign in to comment.