Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
Fix missprint
  • Loading branch information
mitenka committed Dec 10, 2015
1 parent 11073c2 commit a749af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ them::

@socketio.on('json')
def handle_json(json):
send(message, json=True)
send(json, json=True)

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

0 comments on commit a749af2

Please sign in to comment.