Skip to content

Commit ba8633b

Browse files
Fix DEFAULT_PS2 string
1 parent 4fc6853 commit ba8633b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pyrepl/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
DEFAULT_PS1 = ">>> "
14-
DEFAULT_PS2 = "... "
14+
DEFAULT_PS2 = ">>> "
1515
DEFAULT_PS3 = "... "
1616
DEFAULT_PS4 = "... "
1717

0 commit comments

Comments
 (0)