Skip to content

Commit 247dab2

Browse files
gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447)
* gh-133390: Amend gh-135659 (sqlite3 docs update)
1 parent 54a5fdf commit 247dab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ Module constants
509509

510510
.. data:: SQLITE_KEYWORDS
511511

512-
A :class:`tuple` containing all sqlite3 keywords.
512+
A :class:`tuple` containing all SQLite keywords.
513513

514514
This constant is only available if Python was compiled with SQLite
515515
3.24.0 or greater.

0 commit comments

Comments
 (0)