Correct class name

pull/8/head
Nicolas Jouanin 2015-08-01 21:50:52 +02:00
rodzic e85e319597
commit 77a96faeeb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -95,7 +95,7 @@ class WebSocketsWriter(WriterAdapter):
self._stream = io.BytesIO(b'') self._stream = io.BytesIO(b'')
class StreamProtocolReader(ReaderAdapter): class StreamReaderAdapter(ReaderAdapter):
""" """
Asyncio Streams API protocol adapter Asyncio Streams API protocol adapter
This adapter relies on StreamReader to read from a TCP socket. This adapter relies on StreamReader to read from a TCP socket.