Skip to content

Commit 8190571

Browse files
authored
gh-130893: Fix typo in SqliteInteractiveConsole.runsource docstring (#130894)
1 parent 886a4d7 commit 8190571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/sqlite3/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def runsource(self, source, filename="<input>", symbol="single"):
4646
"""Override runsource, the core of the InteractiveConsole REPL.
4747
4848
Return True if more input is needed; buffering is done automatically.
49-
Return False is input is a complete statement ready for execution.
49+
Return False if input is a complete statement ready for execution.
5050
"""
5151
match source:
5252
case ".version":

0 commit comments

Comments
 (0)