| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 825c6e4 commit 431fda2
1 file 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 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments