Skip to content

Commit 1cf0305

Browse files
miss-islingtonIkko Ashimine
and
Ikko Ashimine
authored
Docs: fix typo in sqlite3.rst (pythonGH-94798)
Colum -> Column (cherry picked from commit 9ea72e9) Co-authored-by: Ikko Ashimine <[email protected]>
1 parent 915fb4f commit 1cf0305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ of :func:`connect`. There are three options:
11241124
* Explicit: set *detect_types* to :const:`PARSE_COLNAMES`
11251125
* Both: set *detect_types* to
11261126
``sqlite3.PARSE_DECLTYPES | sqlite3.PARSE_COLNAMES``.
1127-
Colum names take precedence over declared types.
1127+
Column names take precedence over declared types.
11281128

11291129
The following example illustrates the implicit and explicit approaches:
11301130

0 commit comments

Comments
 (0)