Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e75785a

Browse files
committed
Call out IDLE Fork in startup message.
1 parent 21ebb21 commit e75785a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/idlelib/PyShell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def short_title(self):
470470

471471
def begin(self):
472472
self.resetoutput()
473-
self.write("Python %s on %s\n%s\nIDLE %s -- press F1 for help\n" %
473+
self.write("Python %s on %s\n%s\nIDLE Fork %s -- press F1 for help\n" %
474474
(sys.version, sys.platform, self.COPYRIGHT,
475475
idlever.IDLE_VERSION))
476476
try:

0 commit comments

Comments
 (0)