From: Guido van Rossum Date: Wed, 26 Nov 1997 21:20:51 +0000 (+0000) Subject: Dumb typo. X-Git-Tag: v1.5b1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8253671b6f2edab3f23d803c087e0770b23859e6;p=thirdparty%2FPython%2Fcpython.git Dumb typo. --- diff --git a/README b/README index be2915ac59a9..e39d01514bf5 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