From 2b70346db4f021763ce35896fc2039a0264d39ff Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Fri, 9 Feb 2018 21:32:09 -0800 Subject: [PATCH] fix doc --- docs/sanic/websocket.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/websocket.rst b/docs/sanic/websocket.rst index 899d4ffb..8b813bf8 100644 --- a/docs/sanic/websocket.rst +++ b/docs/sanic/websocket.rst @@ -28,6 +28,7 @@ Alternatively, the ``app.add_websocket_route`` method can be used instead of the decorator: .. code:: python + async def feed(request, ws): pass