https://github.com/python/cpython/commit/8190571a75fc46278042e7fffbe8aeb1f71ab21d
commit: 8190571a75fc46278042e7fffbe8aeb1f71ab21d
branch: main
author: scotscotmcc <83373712+scotscot...@users.noreply.github.com>
committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com>
date: 2025-03-06T22:10:37-08:00
summary:

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

files:
M Lib/sqlite3/__main__.py

diff --git a/Lib/sqlite3/__main__.py b/Lib/sqlite3/__main__.py
index cfdee61403d1fa..79a6209468dae4 100644
--- a/Lib/sqlite3/__main__.py
+++ b/Lib/sqlite3/__main__.py
@@ -46,7 +46,7 @@ def runsource(self, source, filename="<input>", 
symbol="single"):
         """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":

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to