mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599)
This commit is contained in:
parent
2ad069d906
commit
ecd2f84555
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue