Skip to content

Commit

Permalink
server.py: teeny docstring typo fix (#1421)
Browse files Browse the repository at this point in the history
Noticed while perusing the documentation, so submitting a micropatch.
  • Loading branch information
masenf authored Dec 12, 2024
1 parent b75d730 commit bf5a05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socketio/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf5a05a

Please sign in to comment.