Skip to content

Commit d75e9a0

Browse files
[3.13] gh-105875: amend sqlite3 docstring wrt. SQLite requirement (GH-129599) (#129602)
(cherry picked from commit ecd2f84) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 6aa09a5 commit d75e9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/sqlite3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
"""
2424
The sqlite3 extension module provides a DB-API 2.0 (PEP 249) compliant
25-
interface to the SQLite library, and requires SQLite 3.7.15 or newer.
25+
interface to the SQLite library, and requires SQLite 3.15.2 or newer.
2626
2727
To use the module, start by creating a database Connection object:
2828

0 commit comments

Comments
 (0)