]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in sqlite3.rst (GH-27415) (GH-27418)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Jul 2021 14:33:38 +0000 (07:33 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 14:33:38 +0000 (16:33 +0200)
preceeding -> preceding
(cherry picked from commit fbe87023bf33e941373a5fca023652a825db7baf)

Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Doc/library/sqlite3.rst

index b2a648a418fc5147e8c4a30dd6f0255388ca8ebe..c0b6ab079588d85f3cadf789dc410e28b80aca1c 100644 (file)
@@ -164,7 +164,7 @@ Module functions and constants
    does not include the type, i. e. if you use something like
    ``'as "Expiration date [datetime]"'`` in your SQL, then we will parse out
    everything until the first ``'['`` for the column name and strip
-   the preceeding space: the column name would simply be "Expiration date".
+   the preceding space: the column name would simply be "Expiration date".
 
 
 .. function:: connect(database[, timeout, detect_types, isolation_level, check_same_thread, factory, cached_statements, uri])