Commit c488558f authored by Terry Jan Reedy's avatar Terry Jan Reedy Committed by GitHub

[2.7] bpo-33856: Add "help" to the welcome message of IDLE (GH-7755) (GH-7758)

Make it the same as when one runs 'python'..
(cherry picked from commit 9d49f850)
Co-authored-by: default avatarStéphane Wirtel <stephane@wirtel.be>
parent 80c51c47
......@@ -1040,7 +1040,7 @@ class PyShell(OutputWindow):
return self.shell_title
COPYRIGHT = \
'Type "copyright", "credits" or "license()" for more information.'
'Type "help", "copyright", "credits" or "license()" for more information.'
def begin(self):
self.resetoutput()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment