From ace4454523a81303b6432714f8ff73dab02a7e33 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 16 May 2015 11:32:18 +1200 Subject: Zap outdated comment --- netlib/websockets.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'netlib/websockets.py') diff --git a/netlib/websockets.py b/netlib/websockets.py index 6d08e101..a2d55c19 100644 --- a/netlib/websockets.py +++ b/netlib/websockets.py @@ -327,9 +327,7 @@ class Frame(object): def to_bytes(self): """ - Serialize the frame back into the wire format, returns a bytestring - If you haven't checked is_valid_frame() then there's no guarentees - that the serialized bytes will be correct. see safe_to_bytes() + Serialize the frame to wire format. Returns a string. """ b = self.header.to_bytes() if self.header.masking_key: -- cgit v1.2.3