Skip to content

Commit 270eb37

Browse files
authored
Fix documentation typo (#1155)
1 parent c4117fd commit 270eb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/socketio/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def emit(self, event, data=None, to=None, room=None, skip_sid=None,
281281
one of the types indicated above.
282282
:param to: The recipient of the message. This can be set to the
283283
session ID of a client to address only that client, to any
284-
any custom room created by the application to address all
284+
custom room created by the application to address all
285285
the clients in that room, or to a list of custom room
286286
names. If this argument is omitted the event is broadcasted
287287
to all connected clients.

0 commit comments

Comments
 (0)