Browse Source

Fix typo in `Class Based Namespaces`

pull/948/head
mostlycryptic 3 years ago
committed by GitHub
parent
commit
9a2b981862
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/server.rst

2
docs/server.rst

@ -325,7 +325,7 @@ that belong to a namespace can be created as methods of a subclass of
sio.register_namespace(MyCustomNamespace('/test'))
For asyncio based severs, namespaces must inherit from
For asyncio based servers, namespaces must inherit from
:class:`socketio.AsyncNamespace`, and can define event handlers as coroutines
if desired::

Loading…
Cancel
Save