Remove reference to IDLEfork

This commit is contained in:
Kurt B. Kaiser 2003-06-14 03:23:56 +00:00
parent 76bcb5cb6d
commit ae8bbff231

View File

@ -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()