diff options
author | Guido van Rossum <guido@python.org> | 1997-11-26 21:20:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-26 21:20:51 (GMT) |
commit | 8253671b6f2edab3f23d803c087e0770b23859e6 (patch) | |
tree | 995719cfc5243f937c274f69dcfe505d456b5ba1 | |
parent | f471056b0afd718717491e6e2f09919c98ddb064 (diff) | |
download | cpython-8253671b6f2edab3f23d803c087e0770b23859e6.zip cpython-8253671b6f2edab3f23d803c087e0770b23859e6.tar.gz cpython-8253671b6f2edab3f23d803c087e0770b23859e6.tar.bz2 |
Dumb typo.
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ Misc/NEWS. Some highlights: it exists and None (or the optional second argument) if not. - There is a new regression test harness, which tests many more - modules. (To run the tests, do "import tes.autotest".) + modules. (To run the tests, do "import test.autotest".) - The interpreter is much smarter about the initial value for sys.path; you can control it easier using $PYTHONHOME (see the usage |