Jelajahi Sumber

Corrected typo in comment

Taddeus Kroes 13 tahun lalu
induk
melakukan
c3877e2343
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      connection.py

+ 2 - 2
connection.py

@@ -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
-    should implement the on*() handlers.
+    To use the Connection class, it should be extended and the extending class
+    should implement the on*() event handlers.
     """
     """
     def __init__(self, sock):
     def __init__(self, sock):
         """
         """