From 22a7ea42ed771100c347d52762e38e719b373a0f Mon Sep 17 00:00:00 2001 From: Mayank Anuragi <21276441+CyberCrack@users.noreply.github.com> Date: Tue, 18 May 2021 14:28:08 +0530 Subject: [PATCH] Fixed typo in documentation (#1551) --- flask_socketio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_socketio/__init__.py b/flask_socketio/__init__.py index 1802183a..12ab46f3 100644 --- a/flask_socketio/__init__.py +++ b/flask_socketio/__init__.py @@ -144,7 +144,7 @@ class SocketIO(object): 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