Fix typo in sqlite3.rst (GH-27415)

preceeding -> preceding
This commit is contained in:
Ikko Ashimine 2021-07-28 23:10:48 +09:00 committed by GitHub
parent 9ffbb89946
commit fbe87023bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ Module functions and constants
does not include the type, i. e. if you use something like does not include the type, i. e. if you use something like
``'as "Expiration date [datetime]"'`` in your SQL, then we will parse out ``'as "Expiration date [datetime]"'`` in your SQL, then we will parse out
everything until the first ``'['`` for the column name and strip 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]) .. function:: connect(database[, timeout, detect_types, isolation_level, check_same_thread, factory, cached_statements, uri])