We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
python
Learn more about funding links in repositories.
Report abuse
1 parent 625ba9b commit 9ea72e9Copy full SHA for 9ea72e9
Doc/library/sqlite3.rst
@@ -1366,7 +1366,7 @@ of :func:`connect`. There are three options:
1366
* Explicit: set *detect_types* to :const:`PARSE_COLNAMES`
1367
* Both: set *detect_types* to
1368
``sqlite3.PARSE_DECLTYPES | sqlite3.PARSE_COLNAMES``.
1369
- Colum names take precedence over declared types.
+ Column names take precedence over declared types.
1370
1371
The following example illustrates the implicit and explicit approaches:
1372
0 commit comments