From: Fred Drake Date: Fri, 8 Nov 2002 07:42:58 +0000 (+0000) Subject: Fix typo only present in the r22-maint branch. X-Git-Tag: v2.2.3c1~243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a84416d773115dcd914809f0cbd13ba4b20bb43c;p=thirdparty%2FPython%2Fcpython.git Fix typo only present in the r22-maint branch. --- diff --git a/Tools/idle/README.txt b/Tools/idle/README.txt index 67b892cf04e5..f011e6b34fad 100644 --- a/Tools/idle/README.txt +++ b/Tools/idle/README.txt @@ -35,7 +35,7 @@ Command line arguments: files passed on the command line are executed, not opened for editing, unless you give the -e command line option. Try "./idle.py -h" to see other command line options. -IDLE requires Python 1.5.2 or late, so it is currently only usable with +IDLE requires Python 1.5.2 or later, so it is currently only usable with a Python 1.5.2 distribution or later. (An older version of IDLE is distributed with Python 1.5.2; you can drop this version on top of it.)