| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e7fb381 commit 1a0fbc7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1131,8 +1131,7 @@ def ispythonsource(self, filename): | |||
| 1131 | 1131 | def short_title(self): | |
| 1132 | 1132 | return self.shell_title | |
| 1133 | 1133 | ||
| 1134 | - COPYRIGHT = \ | ||
| 1135 | - 'Type "help", "copyright", "credits" or "license()" for more information.' | ||
| 1134 | + SPLASHLINE = 'Enter "help" below or click "Help" above for more information.' | ||
| 1136 | 1135 | ||
| 1137 | 1136 | def begin(self): | |
| 1138 | 1137 | self.text.mark_set("iomark", "insert") | |
@@ -1151,7 +1150,7 @@ def begin(self): | |||
| 1151 | 1150 | sys.displayhook = rpc.displayhook | |
| 1152 | 1151 | ||
| 1153 | 1152 | self.write("Python %s on %s\n%s\n%s" % | |
| 1154 | - (sys.version, sys.platform, self.COPYRIGHT, nosub)) | ||
| 1153 | + (sys.version, sys.platform, self.SPLASHLINE, nosub)) | ||
| 1155 | 1154 | self.text.focus_force() | |
| 1156 | 1155 | self.showprompt() | |
| 1157 | 1156 | # User code should use separate default Tk root window | |
| Back | FazBrowse Home | New Git URL |
0 commit comments