mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Add missing period in comment.
This commit is contained in:
parent
946aea2cd5
commit
13a7bef73d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue