Browse Source
server.py: teeny docstring typo fix (#1421)
Noticed while perusing the documentation, so submitting a micropatch.
pull/1426/head
Masen Furer
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/socketio/server.py
|
|
@ -87,7 +87,7 @@ class Server(base_server.BaseServer): |
|
|
|
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 |
|
|
|