update docstring

This commit is contained in:
zixuanzh 2018-11-11 19:17:38 -05:00
parent fe20d25882
commit 7a05170df4

View File

@ -38,7 +38,7 @@ class MuxedStream(IMuxedStream):
def read(self): 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: bytes of input
""" """
return self.muxed_conn.read_buffer(self.id) return self.muxed_conn.read_buffer(self.id)