Skip to content

Commit 66584c8

Browse files
Fix typo in the sqlite3 docs (GH-31915)
Co-authored-by: Jonathan <[email protected]>
1 parent 850687d commit 66584c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/sqlite3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# 3. This notice may not be removed or altered from any source distribution.
2222

2323
"""
24-
The sqlite3 extension module provides a DB-API 2.0 (PEP 249) compilant
24+
The sqlite3 extension module provides a DB-API 2.0 (PEP 249) compliant
2525
interface to the SQLite library, and requires SQLite 3.7.15 or newer.
2626
2727
To use the module, start by creating a database Connection object:

0 commit comments

Comments
 (0)