Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbe8702

Browse files
authored
Fix typo in sqlite3.rst (GH-27415)
preceeding -> preceding
1 parent 9ffbb89 commit fbe8702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Module functions and constants
165165
does not include the type, i. e. if you use something like
166166
``'as "Expiration date [datetime]"'`` in your SQL, then we will parse out
167167
everything until the first ``'['`` for the column name and strip
168-
the preceeding space: the column name would simply be "Expiration date".
168+
the preceding space: the column name would simply be "Expiration date".
169169

170170

171171
.. function:: connect(database[, timeout, detect_types, isolation_level, check_same_thread, factory, cached_statements, uri])

0 commit comments

Comments
 (0)