Modify a code block directive in README

This commit is contained in:
MASASHI Shibata 2016-04-28 17:46:55 +09:00
parent 3ca245de52
commit 713a5b8b99
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):