Skip to content

Commit 3336181

Browse files
authored
Fix indentation in the "Rooms" docs example. (#872)
1 parent ed5679a commit 3336181

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@ rooms as needed and can be moved between rooms as often as necessary.
380380

381381
::
382382

383-
@sio.event
384-
def begin_chat(sid):
385-
sio.enter_room(sid, 'chat_users')
383+
@sio.event
384+
def begin_chat(sid):
385+
sio.enter_room(sid, 'chat_users')
386386

387387
@sio.event
388388
def exit_chat(sid):

0 commit comments

Comments
 (0)