[Python-checkins] r62314 - python/trunk/Lib/test/test_support.py

skip.montanaro python-checkins at python.org
Sun Apr 13 05:17:31 CEST 2008


Author: skip.montanaro
Date: Sun Apr 13 05:17:30 2008
New Revision: 62314

Log:
spelling


Modified:
   python/trunk/Lib/test/test_support.py

Modified: python/trunk/Lib/test/test_support.py
==============================================================================
--- python/trunk/Lib/test/test_support.py	(original)
+++ python/trunk/Lib/test/test_support.py	Sun Apr 13 05:17:30 2008
@@ -566,7 +566,7 @@
     '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


More information about the Python-checkins mailing list