Skip to content

Commit

Permalink
Docs: fix typo in sqlite3.rst (#94798)
Browse files Browse the repository at this point in the history
Colum -> Column
  • Loading branch information
eltociear authored Jul 14, 2022
1 parent 625ba9b commit 9ea72e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,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:

Expand Down

0 comments on commit 9ea72e9

Please sign in to comment.