8000 gh-105875: amend sqlite3 docstring wrt. SQLite requirement · erlend-aasland/cpython@b69e22d · GitHub
[go: up one dir, main page]

Skip to content

Commit b69e22d

Browse files
pythongh-105875: amend sqlite3 docstring wrt. SQLite requirement
1 parent 2ad069d commit b69e22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/sqlite3/__init__.py

Lines changed: 1 addition & 1 deletion
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)
0