From: Erlend E. Aasland Date: Wed, 6 Aug 2025 08:47:18 +0000 (+0200) Subject: gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447) X-Git-Tag: v3.15.0a1~768 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=247dab27fdde1f37a28fbebdaeb3e6ee369a009a;p=thirdparty%2FPython%2Fcpython.git gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447) * gh-133390: Amend gh-135659 (sqlite3 docs update) --- 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.