mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Docs: fix typo in sqlite3.rst (GH-94798)
Colum -> Column
(cherry picked from commit 9ea72e9d8d
)
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
This commit is contained in:
parent
498c649080
commit
016fd7b57f
1 changed files with 1 additions and 1 deletions
|
@ -1356,7 +1356,7 @@ of :func:`connect`. There are three options:
|
||||||
* Explicit: set *detect_types* to :const:`PARSE_COLNAMES`
|
* Explicit: set *detect_types* to :const:`PARSE_COLNAMES`
|
||||||
* Both: set *detect_types* to
|
* Both: set *detect_types* to
|
||||||
``sqlite3.PARSE_DECLTYPES | sqlite3.PARSE_COLNAMES``.
|
``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:
|
The following example illustrates the implicit and explicit approaches:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue