]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing period in comment.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 16 Jun 2006 04:31:28 +0000 (04:31 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 16 Jun 2006 04:31:28 +0000 (04:31 +0000)
Lib/test/test_bigmem.py

index 255428fcd306dc600b19c0822ec0318fa4bfaa48..6d6c37ceea6ba56faba0e10d5f4774bab906378f 100644 (file)
@@ -28,7 +28,7 @@ import sys
 #  - While the bigmemtest decorator speaks of 'minsize', all tests will
 #    actually be called with a much smaller number too, in the normal
 #    test run (5Kb currently.) This is so the tests themselves get frequent
-#    testing Consequently, always make all large allocations based on the
+#    testing. Consequently, always make all large allocations based on the
 #    passed-in 'size', and don't rely on the size being very large. Also,
 #    memuse-per-size should remain sane (less than a few thousand); if your
 #    test uses more, adjust 'size' upward, instead.