From 247dab27fdde1f37a28fbebdaeb3e6ee369a009a Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Wed, 6 Aug 2025 10:47:18 +0200 Subject: [PATCH] gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447) * gh-133390: Amend gh-135659 (sqlite3 docs update) --- Doc/library/sqlite3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index a14af6d3d88d..d317ead66f9b 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -509,7 +509,7 @@ Module constants .. data:: SQLITE_KEYWORDS - A :class:`tuple` containing all sqlite3 keywords. + A :class:`tuple` containing all SQLite keywords. This constant is only available if Python was compiled with SQLite 3.24.0 or greater. -- 2.47.3