diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:25:30 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | 57d503ad78a37fc1c2e1550233ebfa5994494c09 (patch) | |
tree | 8bd00a7e8ae5510deefa2ba49f54a94b4a4ff17b /python/websocket-client | |
parent | f8667ee6fa2b637a726f6a3c6838b6bef4efcb86 (diff) |
python/websocket-client: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/websocket-client')
-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 5a1072ea30275..c17b37d362e1e 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. |