Skip to content

Commit 212e63b

Browse files
committed
Drop link from comment
1 parent 06cf0a7 commit 212e63b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/test/test_sqlite3/test_cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ class Completion(unittest.TestCase):
215215
# run_pty() creates a real terminal environment, where sqlite3 CLI
216216
# SqliteInteractiveConsole invokes GNU Readline for input. Readline's
217217
# _rl_strip_prompt() strips \001 and \002 from the output, so test
218-
# assertions use the plain prompt. See
219-
# https://cgit.git.savannah.gnu.org/cgit/readline.git/tree/display.c
218+
# assertions use the plain prompt.
220219
PS1 = "sqlite> "
221220

222221
@classmethod

0 commit comments

Comments
 (0)