From 5cf5c79af53cceaccb32a1afc83413edd2467e69 Mon Sep 17 00:00:00 2001 From: Masen Furer Date: Wed, 11 Dec 2024 18:00:51 -0800 Subject: [PATCH] server.py: teeny docstring typo fix Noticed while perusing the documentation, so submitting a micropatch. --- 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 a40dcd9..883b37a 100644 --- a/src/socketio/server.py +++ b/src/socketio/server.py @@ -87,7 +87,7 @@ class Server(base_server.BaseServer): is greater than this value. The default is 1024 bytes. :param cookie: If set to a string, it is the name of the HTTP cookie the - server sends back tot he client containing the client + server sends back to the client containing the client session id. If set to a dictionary, the ``'name'`` key contains the cookie name and other keys define cookie attributes, where the value of each attribute can be a