We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7ac74 commit f888446Copy full SHA for f888446
docs/server.rst
@@ -325,7 +325,7 @@ that belong to a namespace can be created as methods of a subclass of
325
326
sio.register_namespace(MyCustomNamespace('/test'))
327
328
-For asyncio based severs, namespaces must inherit from
+For asyncio based servers, namespaces must inherit from
329
:class:`socketio.AsyncNamespace`, and can define event handlers as coroutines
330
if desired::
331
0 commit comments