Explorar el Código

Finished unfinished comment

Taddeus Kroes hace 13 años
padre
commit
3cc30d5a25
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      frame.py

+ 2 - 1
frame.py

@@ -183,7 +183,8 @@ def receive_fragments(sock, control_frame_handler):
     frame.
 
     `control_frame_handler' is a callback function taking a single argument,
-    which is a Frame instance
+    which is a ControlFrame instance in case a control frame is received (this
+    may occur in the middle of a fragment chain).
     """
     fragments = []