Skip to content

Commit b60bbc0

Browse files
Molkreemiguelgrinberg
authored andcommitted
fix documentation typos (#374)
1 parent 7c32b37 commit b60bbc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ When a server emits an event to a client, it can optionally provide a
131131
callback function, to be invoked as a way of acknowledgment that the server
132132
has processed the event. While this is entirely managed by the server, the
133133
client 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
135135
the 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
202202
coroutines if desired::
203203

0 commit comments

Comments
 (0)