From d3da7054b4c954c719959c31553d2b845c0645e4 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 20 Mar 2016 13:55:22 -0300 Subject: [PATCH] Doc typo --- docs/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 4ad97d8..44b2126 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -219,7 +219,7 @@ And what our routing should look like in ``routing.py``:: route("websocket.connect", ws_add), route("websocket.receive", ws_message), route("websocket.disconnect", ws_disconnect), - } + ] With all that code, you now have a working set of a logic for a chat server. Test time! Run ``runserver``, open a browser and use that same JavaScript