diff options
| author | Ikko Ashimine <eltociear@gmail.com> | 2021-07-28 23:10:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 16:10:48 +0200 |
| commit | fbe87023bf33e941373a5fca023652a825db7baf (patch) | |
| tree | d2b05fc722566c7a5169937fc8a86f9e68a7981d | |
| parent | 9ffbb899462b819864f777d0228fb8f1bb89b018 (diff) | |
| download | cpython-git-fbe87023bf33e941373a5fca023652a825db7baf.tar.gz | |
Fix typo in sqlite3.rst (GH-27415)
preceeding -> preceding
| -rw-r--r-- | Doc/library/sqlite3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 05fcabb8f6..05064e4c17 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -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]) |
