From 1cf0305ba563228143ecc6622d066590bae35309 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Thu, 14 Jul 2022 14:58:14 -0700 Subject: Docs: fix typo in sqlite3.rst (GH-94798) Colum -> Column (cherry picked from commit 9ea72e9d8d9c7ff7c0cec4bacf6071ff4f1f6238) Co-authored-by: Ikko Ashimine --- Doc/library/sqlite3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 7030059..808adb1 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -1124,7 +1124,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: -- cgit v0.12