Call out IDLE Fork in startup message.

This commit is contained in:
Kurt B. Kaiser 2001-07-16 05:25:12 +00:00
parent 21ebb211df
commit e75785a646
1 changed files with 1 additions and 1 deletions

View File

@ -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: