From 7a05170df4891e8a6c2def0ccbd4861deb4e20d7 Mon Sep 17 00:00:00 2001 From: zixuanzh Date: Sun, 11 Nov 2018 19:17:38 -0500 Subject: [PATCH] update docstring --- muxer/mplex/muxed_stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muxer/mplex/muxed_stream.py b/muxer/mplex/muxed_stream.py index 23d531b..a6b6cbf 100644 --- a/muxer/mplex/muxed_stream.py +++ b/muxer/mplex/muxed_stream.py @@ -38,7 +38,7 @@ class MuxedStream(IMuxedStream): def read(self): """ - read from stream til end of file + read messages associated with stream from buffer til end of file :return: bytes of input """ return self.muxed_conn.read_buffer(self.id)