mirror of https://github.com/python/cpython
Fix English phrasing.
This commit is contained in:
parent
3c0769d478
commit
87d0066f1a
|
@ -228,8 +228,8 @@ StreamReaderProtocol
|
|||
|
||||
(This is a helper class instead of making :class:`StreamReader` itself a
|
||||
:class:`Protocol` subclass, because the :class:`StreamReader` has other
|
||||
potential uses, and to prevent the user of the :class:`StreamReader` to
|
||||
accidentally call inappropriate methods of the protocol.)
|
||||
potential uses, and to prevent the user of the :class:`StreamReader` from
|
||||
accidentally calling inappropriate methods of the protocol.)
|
||||
|
||||
|
||||
IncompleteReadError
|
||||
|
|
Loading…
Reference in New Issue