-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
Description
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
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo