]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in sqlite3.rst (GH-27415)
authorIkko Ashimine <eltociear@gmail.com>
Wed, 28 Jul 2021 14:10:48 +0000 (23:10 +0900)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 14:10:48 +0000 (16:10 +0200)
preceeding -> preceding

Doc/library/sqlite3.rst

index 05fcabb8f671c2596d0be0fb5b43bbd39ac6bfc0..05064e4c17fd776c029252280aa598fc5b088837 100644 (file)
@@ -165,7 +165,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])