From 1e8582f30c05b172cef93ccfb9143d4f0c1fdbaf Mon Sep 17 00:00:00 2001 From: Brian Turek Date: Sat, 7 Dec 2013 08:02:24 -0500 Subject: [PATCH] Fixed bad Sphinx target reference --- tornado/websocket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/websocket.py b/tornado/websocket.py index 8b5f815de..ba66fbc1e 100644 --- a/tornado/websocket.py +++ b/tornado/websocket.py @@ -840,7 +840,7 @@ class WebSocketClientConnection(simple_httpclient._HTTPConnection): def read_message(self, callback=None): """Reads a message from the WebSocket server. - If `on_message_callback` was specified at WebSocket + If on_message_callback was specified at WebSocket initialization, this function will never return messages Returns a future whose result is the message, or None -- 2.47.2