Browse Source

fixed documentation typo

Fixes #19
pull/31/merge
Miguel Grinberg 8 years ago
parent
commit
6c93f7fb15
  1. 2
      docs/index.rst

2
docs/index.rst

@ -131,7 +131,7 @@ that it will lose the ability to address individual clients.
def enter_room(sid, data):
sio.enter_room(sid, data['room'])
@sio.on('enter room')
@sio.on('leave room')
def leave_room(sid, data):
sio.leave_room(sid, data['room'])

Loading…
Cancel
Save