mirror of
https://github.com/python/cpython.git
synced 2025-10-03 21:55:41 +00:00
Merge: Fix English phrasing.
This commit is contained in:
commit
ace12ee11e
1 changed files with 2 additions and 2 deletions
|
@ -228,8 +228,8 @@ StreamReaderProtocol
|
||||||
|
|
||||||
(This is a helper class instead of making :class:`StreamReader` itself a
|
(This is a helper class instead of making :class:`StreamReader` itself a
|
||||||
:class:`Protocol` subclass, because the :class:`StreamReader` has other
|
:class:`Protocol` subclass, because the :class:`StreamReader` has other
|
||||||
potential uses, and to prevent the user of the :class:`StreamReader` to
|
potential uses, and to prevent the user of the :class:`StreamReader` from
|
||||||
accidentally call inappropriate methods of the protocol.)
|
accidentally calling inappropriate methods of the protocol.)
|
||||||
|
|
||||||
|
|
||||||
IncompleteReadError
|
IncompleteReadError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue