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

Skip to content

Commit ae8bbff

Browse files
committed
Remove reference to IDLEfork
1 parent 76bcb5c commit ae8bbff

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
@@ -870,7 +870,7 @@ def begin(self):
870870
nosub = ''
871871
else:
872872
nosub = "==== No Subprocess ===="
873-
self.write("Python %s on %s\n%s\nIDLEfork %s %s\n" %
873+
self.write("Python %s on %s\n%s\nIDLE %s %s\n" %
874874
(sys.version, sys.platform, self.COPYRIGHT,
875875
idlever.IDLE_VERSION, nosub))
876876
self.showprompt()

0 commit comments

Comments
 (0)