We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad069d commit ecd2f84Copy full SHA for ecd2f84
Lib/sqlite3/__init__.py
@@ -22,7 +22,7 @@
22
23
"""
24
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.
+interface to the SQLite library, and requires SQLite 3.15.2 or newer.
26
27
To use the module, start by creating a database Connection object:
28
0 commit comments