We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf97a1 commit 543ae39Copy full SHA for 543ae39
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