Fix English phrasing.

This commit is contained in:
R David Murray 2015-09-27 12:36:19 -04:00
parent 3c0769d478
commit 87d0066f1a
1 changed files with 2 additions and 2 deletions

View File

@ -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