summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-06-14 03:23:56 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-06-14 03:23:56 (GMT)
commitae8bbff2313afc3ad9a5c69795ca4667fae45041 (patch)
tree44b4507689b9e5290651fa45c85ed902d2a680a4 /Lib/idlelib
parent76bcb5cb6d7cfa6199e602aa6cb232dbc7e11953 (diff)
downloadcpython-ae8bbff2313afc3ad9a5c69795ca4667fae45041.zip
cpython-ae8bbff2313afc3ad9a5c69795ca4667fae45041.tar.gz
cpython-ae8bbff2313afc3ad9a5c69795ca4667fae45041.tar.bz2
Remove reference to IDLEfork
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 e556af3..d65ec27 100644
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -870,7 +870,7 @@ class PyShell(OutputWindow):
nosub = ''
else:
nosub = "==== No Subprocess ===="
- self.write("Python %s on %s\n%s\nIDLEfork %s %s\n" %
+ self.write("Python %s on %s\n%s\nIDLE %s %s\n" %
(sys.version, sys.platform, self.COPYRIGHT,
idlever.IDLE_VERSION, nosub))
self.showprompt()