]> granicus.if.org Git - python/commitdiff
Dumb typo.
authorGuido van Rossum <guido@python.org>
Wed, 26 Nov 1997 21:20:51 +0000 (21:20 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 26 Nov 1997 21:20:51 +0000 (21:20 +0000)
README

diff --git a/README b/README
index be2915ac59a970a09e5942e11f3a118db7624454..e39d01514bf52a3de48656710eb95d48abb81516 100644 (file)
--- 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