]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in comment.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 19 Nov 2007 12:14:05 +0000 (12:14 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 19 Nov 2007 12:14:05 +0000 (12:14 +0000)
Lib/test/test_codecs.py

index 7c5eb5707fd325cb223064f8c259ce02eb645874..95dd432b4035606ee3fba6bc6cd01e4f4b22d6a9 100644 (file)
@@ -26,7 +26,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()