Commit c3877e23 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Corrected typo in comment

parent 8681bf75
...@@ -11,8 +11,8 @@ class Connection(object): ...@@ -11,8 +11,8 @@ class Connection(object):
fragmented) messages, which are Message instances. Control frames are fragmented) messages, which are Message instances. Control frames are
handled automatically in the way specified by RFC 6455. handled automatically in the way specified by RFC 6455.
To use the Connection class, it should be extended and the exxtending class To use the Connection class, it should be extended and the extending class
should implement the on*() handlers. should implement the on*() event handlers.
""" """
def __init__(self, sock): def __init__(self, sock):
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment