Skip to content

Commit

Permalink
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
Browse files Browse the repository at this point in the history
Make it the same as when one runs 'python'.
(cherry picked from commit 9d49f85)

Co-authored-by: Stéphane Wirtel <stephane@wirtel.be>
  • Loading branch information
miss-islington and matrixise committed Jun 16, 2018
1 parent 6335933 commit 6bb7704
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/pyshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ def short_title(self):
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.text.mark_set("iomark", "insert")
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add "help" in the welcome message of IDLE

0 comments on commit 6bb7704

Please sign in to comment.