Skip to content

Commit

Permalink
Fix example code in documentation (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisJustinTALLOT committed Feb 10, 2022
1 parent 004d344 commit da37fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Expand Up @@ -174,7 +174,7 @@ SocketIO supports acknowledgment callbacks that confirm that a message was
received by the client::

def ack():
print 'message was received!'
print('message was received!')

@socketio.on('my event')
def handle_my_custom_event(json):
Expand Down

0 comments on commit da37fce

Please sign in to comment.