]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo only present in the r22-maint branch.
authorFred Drake <fdrake@acm.org>
Fri, 8 Nov 2002 07:42:58 +0000 (07:42 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 8 Nov 2002 07:42:58 +0000 (07:42 +0000)
Tools/idle/README.txt

index 67b892cf04e593210bc5590715c986932acebdc8..f011e6b34fade374f2c6bc86759d2926cbde5930 100644 (file)
@@ -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.)