Fix typo in the sqlite3 docs (GH-31915) (GH-32158)

Co-authored-by: Jonathan <89750679+AHypnotoad@users.noreply.github.com>
(cherry picked from commit 66584c890d)

Co-authored-by: Jonathan <jonathan.joyner94@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-03-28 19:40:38 -07:00 committed by GitHub
parent d2c6a4428d
commit d6d170fa80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: