We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8635b05 commit 74da285Copy full SHA for 74da285
bpython/cli.py
@@ -1091,7 +1091,7 @@ def repl(self):
1091
"""Initialise the repl and jump into the loop. This method also has to
1092
keep a stack of lines entered for the horrible "undo" feature. It also
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
+ interpreter so it can quickly write it to stdout on exit after
1095
curses.endwin(), as well as a history of lines entered for using
1096
up/down to go back and forth (which has to be separate to the
1097
evaluation history, which will be truncated when undoing."""
0 commit comments