Backport r59047: Fix typo in comment.
This commit is contained in:
parent
e15fab4298
commit
ad91c78698
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue