Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886a4d7 commit 8190571Copy full SHA for 8190571
1 file changed
Lib/sqlite3/__main__.py
@@ -46,7 +46,7 @@ def runsource(self, source, filename="<input>", symbol="single"):
46
"""Override runsource, the core of the InteractiveConsole REPL.
47
48
Return True if more input is needed; buffering is done automatically.
49
- Return False is input is a complete statement ready for execution.
+ Return False if input is a complete statement ready for execution.
50
"""
51
match source:
52
case ".version":
0 commit comments