We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc6853 commit ba8633bCopy full SHA for ba8633b
Lib/_pyrepl/utils.py
@@ -11,7 +11,7 @@
11
12
13
DEFAULT_PS1 = ">>> "
14
-DEFAULT_PS2 = "... "
+DEFAULT_PS2 = ">>> "
15
DEFAULT_PS3 = "... "
16
DEFAULT_PS4 = "... "
17
0 commit comments