Browse Source

typo fix

pull/180/head
Toon Knapen 7 years ago
parent
commit
dc58762c5d
  1. 2
      docs/index.rst

2
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')

Loading…
Cancel
Save