fix docstring

This commit is contained in:
Thomas Kriechbaumer 2018-03-10 18:07:39 +01:00
parent 8f334f2efa
commit 0bc3f1fbf1

View File

@ -57,7 +57,7 @@ class WebSocketMessage(serializable.Serializable):
class WebSocketFlow(flow.Flow):
"""
A WebsocketFlow is a simplified representation of a Websocket connection.
A WebSocketFlow is a simplified representation of a Websocket connection.
"""
def __init__(self, client_conn, server_conn, handshake_flow, live=None):