mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo in the sqlite3 docs (GH-31915)
Co-authored-by: Jonathan <89750679+AHypnotoad@users.noreply.github.com>
This commit is contained in:
parent
850687df47
commit
66584c890d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
# 3. This notice may not be removed or altered from any source distribution.
|
# 3. This notice may not be removed or altered from any source distribution.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
The sqlite3 extension module provides a DB-API 2.0 (PEP 249) compilant
|
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.7.15 or newer.
|
||||||
|
|
||||||
To use the module, start by creating a database Connection object:
|
To use the module, start by creating a database Connection object:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue