mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
Call out IDLE Fork in startup message.
This commit is contained in:
parent
21ebb211df
commit
e75785a646
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue