From b2cc86cfb2502691d70447b0002179602a798e77 Mon Sep 17 00:00:00 2001 From: riz-j <112792090+riz-j@users.noreply.github.com> Date: Sun, 12 Mar 2023 22:24:47 +1100 Subject: [PATCH] Fix typo in asyncio_server.py (#1150) --- src/socketio/asyncio_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/socketio/asyncio_server.py b/src/socketio/asyncio_server.py index fe193d2..e083a78 100644 --- a/src/socketio/asyncio_server.py +++ b/src/socketio/asyncio_server.py @@ -76,7 +76,7 @@ class AsyncServer(server.Server): 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