summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_support.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-04-13 03:17:30 (GMT)
committerSkip Montanaro <skip@pobox.com>2008-04-13 03:17:30 (GMT)
commite3d3785e116c319980fe5698ae51e43a68733042 (patch)
tree903f2afa8f1d3becdac0eaee7b32a5b1d66e61bc /Lib/test/test_support.py
parent667bb4f236cb73ea6230bebc4c86dd495522bac7 (diff)
downloadcpython-e3d3785e116c319980fe5698ae51e43a68733042.zip
cpython-e3d3785e116c319980fe5698ae51e43a68733042.tar.gz
cpython-e3d3785e116c319980fe5698ae51e43a68733042.tar.bz2
spelling
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r--Lib/test/test_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py
index d2d530f..6f739af 100644
--- a/Lib/test/test_support.py
+++ b/Lib/test/test_support.py
@@ -566,7 +566,7 @@ def bigmemtest(minsize, memuse, overhead=5*_1M):
'minsize' is the minimum useful size for the test (in arbitrary,
test-interpreted units.) 'memuse' is the number of 'bytes per size' for
the test, or a good estimate of it. 'overhead' specifies fixed overhead,
- independant of the testsize, and defaults to 5Mb.
+ independent of the testsize, and defaults to 5Mb.
The decorator tries to guess a good value for 'size' and passes it to
the decorated test function. If minsize * memuse is more than the