From: Neal Norwitz Date: Fri, 8 Feb 2002 20:13:53 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.3c1~6722 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af64263afce352adfa93d96077e703fc7c21f535;p=python Fix typo --- 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