Skip to content
Snippets Groups Projects
Unverified Commit 016fd7b5 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

Docs: fix typo in sqlite3.rst (GH-94798)



Colum -> Column
(cherry picked from commit 9ea72e9d)

Co-authored-by: default avatarIkko Ashimine <eltociear@gmail.com>
parent 498c6490
No related branches found
No related tags found
No related merge requests found
......@@ -1356,7 +1356,7 @@ of :func:`connect`. There are three options:
* Explicit: set *detect_types* to :const:`PARSE_COLNAMES`
* Both: set *detect_types* to
``sqlite3.PARSE_DECLTYPES | sqlite3.PARSE_COLNAMES``.
Colum names take precedence over declared types.
Column names take precedence over declared types.
The following example illustrates the implicit and explicit approaches:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment