Skip to content

Commit 9ea72e9

Browse files
authoredJul 14, 2022
Docs: fix typo in sqlite3.rst (#94798)
Colum -> Column
1 parent 625ba9b commit 9ea72e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Doc/library/sqlite3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ of :func:`connect`. There are three options:
13661366
* Explicit: set *detect_types* to :const:`PARSE_COLNAMES`
13671367
* Both: set *detect_types* to
13681368
``sqlite3.PARSE_DECLTYPES | sqlite3.PARSE_COLNAMES``.
1369-
Colum names take precedence over declared types.
1369+
Column names take precedence over declared types.
13701370

13711371
The following example illustrates the implicit and explicit approaches:
13721372

0 commit comments

Comments
 (0)
Please sign in to comment.