]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fixed bad Sphinx target reference 934/head
authorBrian Turek <brian.turek@gmail.com>
Sat, 7 Dec 2013 13:02:24 +0000 (08:02 -0500)
committerBrian Turek <brian.turek@gmail.com>
Sat, 7 Dec 2013 13:02:24 +0000 (08:02 -0500)
tornado/websocket.py

index 8b5f815dea045da4bb0082fe23d2d390c1715142..ba66fbc1e85968bef3479216d5ddc695ec2ffd1f 100644 (file)
@@ -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