Skip to content

Commit

Permalink
pythongh-105875: amend sqlite3 docstring wrt. SQLite requirement (pyt…
Browse files Browse the repository at this point in the history
…honGH-129599)

(cherry picked from commit ecd2f84)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
  • Loading branch information
erlend-aasland authored and miss-islington committed Feb 2, 2025
1 parent 6aa09a5 commit 28afa38
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 28afa38

Please sign in to comment.