Documentation
The docstring for sqlite3.__main__.SqliteInteractiveConsole.runsource is
"""Override runsource, the core of the InteractiveConsole REPL.
Return True if more input is needed; buffering is done automatically.
Return False is input is a complete statement ready for execution.
"""
In the last line, it should say "Return False if input is a complete...", not is.
Linked PRs
Documentation
The docstring for sqlite3.__main__.SqliteInteractiveConsole.runsource is
In the last line, it should say "Return False if input is a complete...", not is.
Linked PRs