Skip to content

Commit f888446

Browse files
authored
Fix documentation typo (#948)
1 parent dc7ac74 commit f888446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ that belong to a namespace can be created as methods of a subclass of
325325

326326
sio.register_namespace(MyCustomNamespace('/test'))
327327

328-
For asyncio based severs, namespaces must inherit from
328+
For asyncio based servers, namespaces must inherit from
329329
:class:`socketio.AsyncNamespace`, and can define event handlers as coroutines
330330
if desired::
331331

0 commit comments

Comments
 (0)