]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in attribute name (chunk_size should be chunksize) found by
authorGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 12:40:13 +0000 (12:40 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 12:40:13 +0000 (12:40 +0000)
commit0d1b7ea365c2e299a1de4df1243927ffdfcd74d7
tree86b37a18aa93f2673567cc40078a1553604764b5
parentab0648ffc0657aa11e5a83d76cd5e538f34e0318
Fix typo in attribute name (chunk_size should be chunksize) found by
Neil Norwitz's PyChecker.
Lib/chunk.py