Skip to content

Commit b322fb2

Browse files
gh-133390: Amend gh-135659 (sqlite3 docs update)
- The SQLITE_KEYWORDS constant describes SQLite, not sqlite3, keywords - SQLITE_KEYWORDS were added in 3.14, not in upcoming 3.15
1 parent 54a5fdf commit b322fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,12 +509,12 @@ 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.
516516

517-
.. versionadded:: next
517+
.. versionadded:: 3.14
518518

519519
.. data:: threadsafety
520520

0 commit comments

Comments
 (0)