| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8635b05 commit 74da285
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1091,7 +1091,7 @@ def repl(self): | |||
| 1091 | 1091 | """Initialise the repl and jump into the loop. This method also has to | |
| 1092 | 1092 | keep a stack of lines entered for the horrible "undo" feature. It also | |
| 1093 | 1093 | tracks everything that would normally go to stdout in the normal Python | |
| 1094 | - interpreter so it can quickly write it to st on exit after | ||
| 1094 | + interpreter so it can quickly write it to stdout on exit after | ||
| 1095 | 1095 | curses.endwin(), as well as a history of lines entered for using | |
| 1096 | 1096 | up/down to go back and forth (which has to be separate to the | |
| 1097 | 1097 | evaluation history, which will be truncated when undoing.""" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments