Skip to content

Commit 93ba713

Browse files
Update Lib/sqlite3/__main__.py
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent c71bb45 commit 93ba713

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/sqlite3/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def main(*args):
136136
# Use RL_PROMPT_START_IGNORE (\001) and RL_PROMPT_END_IGNORE (\002) to
137137
# bracket non-printing characters. This tells readline to ignore them
138138
# when calculating screen space for redisplay during history scrolling.
139-
# See https://stackoverflow.com/a/9468954 for more details.
140139
sys.ps1 = f"\001{s.prompt}\002sqlite> \001{s.reset}\002"
141140
sys.ps2 = f"\001{s.prompt}\002 ... \001{s.reset}\002"
142141

0 commit comments

Comments
 (0)