summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-02-08 20:13:53 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2002-02-08 20:13:53 +0000
commit11c223c26aeccb4e56e8f22050e244c2e4a734e9 (patch)
tree83c2847be38fcd835a32e9a522f6829dd93b920c /Lib/test
parentc10fb2cf65a526a0daf05cb2cdc48367d73261e3 (diff)
downloadcpython-11c223c26aeccb4e56e8f22050e244c2e4a734e9.tar.gz
Fix typo
Diffstat (limited to 'Lib/test')
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 280f3cb583..324a6c482f 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -25,7 +25,7 @@ If no test names are given, all tests are run.
-v is incompatible with -g and does not compare test output files.
-s means to run only a single test and exit. This is useful when doing memory
-analysis on the Python interpreter (which tend to consume to many resources to
+analysis on the Python interpreter (which tend to consume too many resources to
run the full regression test non-stop). The file /tmp/pynexttest is read to
find the next test to run. If this file is missing, the first test_*.py file
in testdir or on the command line is used. (actually tempfile.gettempdir() is