File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ When a server emits an event to a client, it can optionally provide a
131131callback function, to be invoked as a way of acknowledgment that the server
132132has processed the event. While this is entirely managed by the server, the
133133client can provide a list of return values that are to be passed on to the
134- callback function set up by the server. This is achieves simply by returning
134+ callback function set up by the server. This is achieved simply by returning
135135the desired values from the handler function::
136136
137137 @sio.event
@@ -197,7 +197,7 @@ that belong to a namespace can be created as methods of a subclass of
197197
198198 sio.register_namespace(MyCustomNamespace('/chat'))
199199
200- For asyncio based severs , namespaces must inherit from
200+ For asyncio based servers , namespaces must inherit from
201201:class: `socketio.AsyncClientNamespace `, and can define event handlers as
202202coroutines if desired::
203203
You can’t perform that action at this time.
0 commit comments