Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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