Skip to content

Commit b2cc86c

Browse files
authored
Fix typo in asyncio_server.py (miguelgrinberg#1150)
1 parent 4b19c70 commit b2cc86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/socketio/asyncio_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class AsyncServer(server.Server):
7676
is greater than this value. The default is
7777
1024 bytes.
7878
:param cookie: If set to a string, it is the name of the HTTP cookie the
79-
server sends back tot he client containing the client
79+
server sends back to the client containing the client
8080
session id. If set to a dictionary, the ``'name'`` key
8181
contains the cookie name and other keys define cookie
8282
attributes, where the value of each attribute can be a

0 commit comments

Comments
 (0)