Skip to content

Commit b5f428c

Browse files
committed
Unbreak default ps2
1 parent 3e430e1 commit b5f428c

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
@@ -545,7 +545,7 @@ def ps1(self) -> str:
545545
def ps2(self) -> str:
546546
if hasattr(sys, "ps2"):
547547
return str(sys.ps2)
548-
return ">>> "
548+
return "... "
549549

550550
def startup(self) -> None:
551551
"""

0 commit comments

Comments
 (0)