From 04a24ab1fc05c24cef3a20df039d64116fe46da1 Mon Sep 17 00:00:00 2001 From: Onwuka Gideon Date: Thu, 16 Mar 2023 07:56:26 +0100 Subject: [PATCH] fix: typo - repeated word "any" --- src/socketio/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/socketio/server.py b/src/socketio/server.py index fc13f2a..e8231c3 100644 --- a/src/socketio/server.py +++ b/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.