[Python-checkins] r46992 - python/trunk/Lib/test/test_bigmem.py

neal.norwitz python-checkins at python.org
Fri Jun 16 06:31:28 CEST 2006


Author: neal.norwitz
Date: Fri Jun 16 06:31:28 2006
New Revision: 46992

Modified:
   python/trunk/Lib/test/test_bigmem.py
Log:
Add missing period in comment.

Modified: python/trunk/Lib/test/test_bigmem.py
==============================================================================
--- python/trunk/Lib/test/test_bigmem.py	(original)
+++ python/trunk/Lib/test/test_bigmem.py	Fri Jun 16 06:31:28 2006
@@ -28,7 +28,7 @@
 #  - 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.


More information about the Python-checkins mailing list