Browse Source

Fix typo in asyncio_server.py (#1150)

pull/1155/head
riz-j 2 years ago
committed by GitHub
parent
commit
b2cc86cfb2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/socketio/asyncio_server.py

2
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

Loading…
Cancel
Save