summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-07-28 14:33:26 (GMT)
committerGitHub <noreply@github.com>2021-07-28 14:33:26 (GMT)
commita90a57ed533fc775cb74b57b420913fb5de10d09 (patch)
tree0ef37349bc682e51c1bf47bc5ecca37645d8219e /Doc/library
parentc75b59418ea7411356ce4b11c498c9ce0a338158 (diff)
downloadcpython-a90a57ed533fc775cb74b57b420913fb5de10d09.zip
cpython-a90a57ed533fc775cb74b57b420913fb5de10d09.tar.gz
cpython-a90a57ed533fc775cb74b57b420913fb5de10d09.tar.bz2
Fix typo in sqlite3.rst (GH-27415) (GH-27417)
preceeding -> preceding (cherry picked from commit fbe87023bf33e941373a5fca023652a825db7baf) Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/sqlite3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index ac9169c..58545a6 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])