Commit ad91c786 authored by Walter Dörwald's avatar Walter Dörwald

Backport r59047: Fix typo in comment.

parent e15fab42
......@@ -27,7 +27,7 @@ class Queue(object):
class ReadTest(unittest.TestCase):
def check_partial(self, input, partialresults):
# get a StreamReader for the encoding and feed the bytestring version
# of input to the reader byte by byte. Read every available from
# of input to the reader byte by byte. Read everything available from
# the StreamReader and check that the results equal the appropriate
# entries from partialresults.
q = Queue()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment