Browse Source

Fix indentation in the "Rooms" docs example. (#872)

pull/875/head
Ezio Melotti 3 years ago
committed by GitHub
parent
commit
3336181f9c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      docs/server.rst

6
docs/server.rst

@ -380,9 +380,9 @@ rooms as needed and can be moved between rooms as often as necessary.
::
@sio.event
def begin_chat(sid):
sio.enter_room(sid, 'chat_users')
@sio.event
def begin_chat(sid):
sio.enter_room(sid, 'chat_users')
@sio.event
def exit_chat(sid):

Loading…
Cancel
Save