mirror of
https://github.com/python/cpython.git
synced 2026-01-26 12:55:08 +00:00
gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599)
This commit is contained in:
parent
2ad069d906
commit
ecd2f84555
@ -22,7 +22,7 @@
|
||||
|
||||
"""
|
||||
The sqlite3 extension module provides a DB-API 2.0 (PEP 249) compliant
|
||||
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.
|
||||
|
||||
To use the module, start by creating a database Connection object:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user