]> granicus.if.org Git - python/commitdiff
Backport r59047: Fix typo in comment.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 19 Nov 2007 12:23:44 +0000 (12:23 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 19 Nov 2007 12:23:44 +0000 (12:23 +0000)
Lib/test/test_codecs.py

index 6d6e37897daa389847a0f9eb5c7589d9673b67f1..aacf19f773488b01d1494786d7caa4cd416bbdb5 100644 (file)
@@ -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()