From e75785a646d2cb4004187772f1df3bc5d474a77f Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Mon, 16 Jul 2001 05:25:12 +0000 Subject: [PATCH] Call out IDLE Fork in startup message. --- Lib/idlelib/PyShell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 407eeddb2d8..cab7328f12a 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -470,7 +470,7 @@ class PyShell(OutputWindow): def begin(self): self.resetoutput() - self.write("Python %s on %s\n%s\nIDLE %s -- press F1 for help\n" % + self.write("Python %s on %s\n%s\nIDLE Fork %s -- press F1 for help\n" % (sys.version, sys.platform, self.COPYRIGHT, idlever.IDLE_VERSION)) try: