diff --git a/docs/getting-started.rst b/docs/getting-started.rst index b52f723..4bdda26 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -506,7 +506,7 @@ routing our chat from above:: ] chat_routing = [ - route("websocket.connect", chat_connect, path=r"^/(?P[a-zA-Z0-9_]+)/$), + route("websocket.connect", chat_connect, path=r"^/(?P[a-zA-Z0-9_]+)/$"), route("websocket.disconnect", chat_disconnect), ]