mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
MERGE: Trivial typo
This commit is contained in:
commit
0fea25af48
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ StreamReaderProtocol
|
|||
.. class:: StreamReaderProtocol(stream_reader, client_connected_cb=None, loop=None)
|
||||
|
||||
Trivial helper class to adapt between :class:`Protocol` and
|
||||
:class:`StreamReader`. Sublclass of :class:`Protocol`.
|
||||
:class:`StreamReader`. Subclass of :class:`Protocol`.
|
||||
|
||||
*stream_reader* is a :class:`StreamReader` instance, *client_connected_cb*
|
||||
is an optional function called with (stream_reader, stream_writer) when a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue