Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ebb21 commit e75785aCopy full SHA for e75785a
1 file changed
Lib/idlelib/PyShell.py
@@ -470,7 +470,7 @@ def short_title(self):
470
471
def begin(self):
472
self.resetoutput()
473
- 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" %
474
(sys.version, sys.platform, self.COPYRIGHT,
475
idlever.IDLE_VERSION))
476
try:
0 commit comments