From a749af27d9cb0921e713431be75dffefed07d93f Mon Sep 17 00:00:00 2001 From: Dmitry Zhuravlev-Nevsky Date: Thu, 10 Dec 2015 19:32:32 +0300 Subject: [PATCH] Update index.rst Fix missprint --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index dd029430..23a1136f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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):