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 76bcb5c commit ae8bbffCopy full SHA for ae8bbff
1 file changed
Lib/idlelib/PyShell.py
@@ -870,7 +870,7 @@ def begin(self):
870
nosub = ''
871
else:
872
nosub = "==== No Subprocess ===="
873
- self.write("Python %s on %s\n%s\nIDLEfork %s %s\n" %
+ self.write("Python %s on %s\n%s\nIDLE %s %s\n" %
874
(sys.version, sys.platform, self.COPYRIGHT,
875
idlever.IDLE_VERSION, nosub))
876
self.showprompt()
0 commit comments