Skip to content

Commit

Permalink
Merge pull request #112 from ajdavis/patch-1
Browse files Browse the repository at this point in the history
Tutorial should import TornadoWebSocketClient.
  • Loading branch information
Lawouach committed Dec 24, 2013
2 parents f7bd95b + 410fbc8 commit d75d2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/clienttutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you are using a Tornado backend you may use the Tornado client that ws4py pro

.. code-block:: python
from ws4py.client.tornadoclient import WebSocketClient
from ws4py.client.tornadoclient import TornadoWebSocketClient
from tornado import ioloop
class MyClient(TornadoWebSocketClient):
Expand Down

0 comments on commit d75d2e7

Please sign in to comment.