FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Restore the comment. · bpython/bpython@74da285 · GitHub

Commit 74da285

Browse files
committed
Restore the comment.
1 parent 8635b05 commit 74da285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bpython/cli.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ def repl(self):
10911091
"""Initialise the repl and jump into the loop. This method also has to
10921092
keep a stack of lines entered for the horrible "undo" feature. It also
10931093
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
10951095
curses.endwin(), as well as a history of lines entered for using
10961096
up/down to go back and forth (which has to be separate to the
10971097
evaluation history, which will be truncated when undoing."""

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL