Dumb typo.

This commit is contained in:
Guido van Rossum 1997-11-26 21:20:51 +00:00
parent f471056b0a
commit 8253671b6f
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -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