Skip to content

Commit bf5a05a

Browse files
authored
server.py: teeny docstring typo fix (#1421)
Noticed while perusing the documentation, so submitting a micropatch.
1 parent b75d730 commit bf5a05a

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
@@ -87,7 +87,7 @@ class Server(base_server.BaseServer):
8787
is greater than this value. The default is
8888
1024 bytes.
8989
:param cookie: If set to a string, it is the name of the HTTP cookie the
90-
server sends back tot he client containing the client
90+
server sends back to the client containing the client
9191
session id. If set to a dictionary, the ``'name'`` key
9292
contains the cookie name and other keys define cookie
9393
attributes, where the value of each attribute can be a

0 commit comments

Comments
 (0)