From c24c91a72521eeb19eb5ee60e06006da5e8c7578 Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Mon, 23 Apr 2018 18:54:58 +0200 Subject: [PATCH] typo fix (#180) --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 4e4d6a7..ee560b3 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -166,7 +166,7 @@ coroutine friendly server:: # attach server to application sio.attach(app) -Event handlers for servers are register using the :func:`socketio.Server.on` +Event handlers for servers are registered using the :func:`socketio.Server.on` method:: @sio.on('my custom event')