summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2001-07-16 05:25:12 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2001-07-16 05:25:12 (GMT)
commite75785a646d2cb4004187772f1df3bc5d474a77f (patch)
tree06d207089bcc9750ac4e9b5f70dd32e284e6f242 /Lib/idlelib
parent21ebb211df5ecee247e732b9220ab935854d10e2 (diff)
downloadcpython-e75785a646d2cb4004187772f1df3bc5d474a77f.zip
cpython-e75785a646d2cb4004187772f1df3bc5d474a77f.tar.gz
cpython-e75785a646d2cb4004187772f1df3bc5d474a77f.tar.bz2
Call out IDLE Fork in startup message.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/PyShell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
index 407eedd..cab7328 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: