File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1133,8 +1133,7 @@ def ispythonsource(self, filename):
1133
1133
def short_title (self ):
1134
1134
return self .shell_title
1135
1135
1136
- COPYRIGHT = \
1137
- 'Type "help", "copyright", "credits" or "license()" for more information.'
1136
+ SPLASHLINE = 'Enter "help" below or click "Help" above for more information.'
1138
1137
1139
1138
def begin (self ):
1140
1139
self .text .mark_set ("iomark" , "insert" )
@@ -1153,7 +1152,7 @@ def begin(self):
1153
1152
sys .displayhook = rpc .displayhook
1154
1153
1155
1154
self .write ("Python %s on %s\n %s\n %s" %
1156
- (sys .version , sys .platform , self .COPYRIGHT , nosub ))
1155
+ (sys .version , sys .platform , self .SPLASHLINE , nosub ))
1157
1156
self .text .focus_force ()
1158
1157
self .showprompt ()
1159
1158
# User code should use separate default Tk root window
You can’t perform that action at this time.
0
0 commit comments