Merge pull request #250 from c-bata/modify-a-code-block-directive

Modify a code block directive in README
This commit is contained in:
liris 2016-05-10 08:55:14 +09:00
commit 1fe78dc5c0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ You can also use your own class for the connection.
custom connection class example
..code:: python
.. code:: python
from websocket import create_connection, WebSocket
class MyWebSocket(WebSocket):