Skip to content

Commit

Permalink
gh-105875: amend sqlite3 docstring wrt. SQLite requirement (#129599)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland authored Feb 2, 2025
1 parent 2ad069d commit ecd2f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/sqlite3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ecd2f84

Please sign in to comment.