summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-06-16 04:31:28 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-06-16 04:31:28 (GMT)
commit13a7bef73d3e90167363d5327c91fecacb5d3b7b (patch)
treea477c78450fa5b157da263f31b90c03606bca1ee
parent946aea2cd5e5a03c2d2d79b8b207cb727b7b0903 (diff)
downloadcpython-13a7bef73d3e90167363d5327c91fecacb5d3b7b.zip
cpython-13a7bef73d3e90167363d5327c91fecacb5d3b7b.tar.gz
cpython-13a7bef73d3e90167363d5327c91fecacb5d3b7b.tar.bz2
Add missing period in comment.
-rw-r--r--Lib/test/test_bigmem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bigmem.py b/Lib/test/test_bigmem.py
index 255428f..6d6c37c 100644
--- a/Lib/test/test_bigmem.py
+++ b/Lib/test/test_bigmem.py
@@ -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.