mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-130893: Fix typo in SqliteInteractiveConsole.runsource docstring (#130894)
This commit is contained in:
parent
886a4d74ee
commit
8190571a75
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue