summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-26 21:20:51 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-26 21:20:51 (GMT)
commit8253671b6f2edab3f23d803c087e0770b23859e6 (patch)
tree995719cfc5243f937c274f69dcfe505d456b5ba1 /README
parentf471056b0afd718717491e6e2f09919c98ddb064 (diff)
downloadcpython-8253671b6f2edab3f23d803c087e0770b23859e6.zip
cpython-8253671b6f2edab3f23d803c087e0770b23859e6.tar.gz
cpython-8253671b6f2edab3f23d803c087e0770b23859e6.tar.bz2
Dumb typo.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index be2915a..e39d015 100644
--- a/README
+++ b/README
@@ -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