From: Brian Turek Date: Sat, 7 Dec 2013 13:02:24 +0000 (-0500) Subject: Fixed bad Sphinx target reference X-Git-Tag: v4.1.0b1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8582f30c05b172cef93ccfb9143d4f0c1fdbaf;p=thirdparty%2Ftornado.git Fixed bad Sphinx target reference --- 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