From a84416d773115dcd914809f0cbd13ba4b20bb43c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 8 Nov 2002 07:42:58 +0000 Subject: [PATCH] Fix typo only present in the r22-maint branch. --- Tools/idle/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) -- 2.47.3