https://github.com/python/cpython/commit/247dab27fdde1f37a28fbebdaeb3e6ee369a009a
commit: 247dab27fdde1f37a28fbebdaeb3e6ee369a009a
branch: main
author: Erlend E. Aasland <[email protected]>
committer: erlend-aasland <[email protected]>
date: 2025-08-06T10:47:18+02:00
summary:

gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447)

* gh-133390: Amend gh-135659 (sqlite3 docs update)

files:
M Doc/library/sqlite3.rst

diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index a14af6d3d88df2..d317ead66f9bcb 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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to