diff options
-rw-r--r-- | python/websocket-client/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/websocket-client/README b/python/websocket-client/README index 5a1072ea30..c17b37d362 100644 --- a/python/websocket-client/README +++ b/python/websocket-client/README @@ -1,2 +1,2 @@ -websocket-client module is WebSocket client for python. This provides the low -level APIs for WebSocket. All APIs are synchronous functions. +websocket-client module is WebSocket client for python. This provides +the low level APIs for WebSocket. All APIs are synchronous functions. |