diff --git a/docs/client.rst b/docs/client.rst index 62d42b2..5dc8bd3 100644 --- a/docs/client.rst +++ b/docs/client.rst @@ -197,7 +197,7 @@ that belong to a namespace can be created as methods of a subclass of sio.register_namespace(MyCustomNamespace('/chat')) -For asyncio based severs, namespaces must inherit from +For asyncio based servers, namespaces must inherit from :class:`socketio.AsyncClientNamespace`, and can define event handlers as coroutines if desired::