mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix English phrasing.
This commit is contained in:
parent
3c0769d478
commit
87d0066f1a
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
|
||||
: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…
Add table
Add a link
Reference in a new issue