]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447)
authorErlend E. Aasland <erlend@python.org>
Wed, 6 Aug 2025 08:47:18 +0000 (10:47 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Aug 2025 08:47:18 +0000 (10:47 +0200)
* gh-133390: Amend gh-135659 (sqlite3 docs update)

Doc/library/sqlite3.rst

index a14af6d3d88df27e3b7b5812090fe79c47f701d0..d317ead66f9bcb35aee205452b7cad4482d83ca4 100644 (file)
@@ -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.