gh-130893: Fix typo in SqliteInteractiveConsole.runsource docstring (#130894)

This commit is contained in:
scotscotmcc 2025-03-07 00:10:37 -06:00 committed by GitHub
parent 886a4d74ee
commit 8190571a75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ class SqliteInteractiveConsole(InteractiveConsole):
"""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.
Return False if input is a complete statement ready for execution.
"""
match source:
case ".version":