X Tutup
Skip to content

Commit d3ab047

Browse files
committed
Bah. Remove test prompt.
1 parent 614b659 commit d3ab047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def __init__(self, interp, config):
340340
self._C = {}
341341
self.prev_block_finished = 0
342342
self.interact = Interaction(self.config)
343-
self.ps1 = 'spam> '
343+
self.ps1 = '>>> '
344344
self.ps2 = '... '
345345
# previous pastebin content to prevent duplicate pastes, filled on call
346346
# to repl.pastebin

0 commit comments

Comments
 (0)
X Tutup