summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Bashlakov <a.bashlakov@corp.vk.com>2018-06-18 17:23:47 +0300
committerAndrey Bashlakov <a.bashlakov@corp.vk.com>2018-06-18 17:23:47 +0300
commit75538be289ef5318dd7e936a78851c4f1482d1f1 (patch)
treeadc7e57d25ffe3ae006aedb7e042d5f0fbe79b3c
parentf9de412ed5f0f56bd317bff954e10928044e90da (diff)
downloadwebsocket-client-75538be289ef5318dd7e936a78851c4f1482d1f1.tar.gz
fix README
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index aca0da0..ba7a36c 100644
--- a/README.rst
+++ b/README.rst
@@ -107,12 +107,12 @@ This example is similar to how WebSocket code looks in browsers using JavaScript
Class inheritance
---------------------------------
+-----------------
Same as above with class inheritance.
.. code:: python
-import websocket
+ import websocket
from threading import Thread
import time
import sys