[Python-checkins] Fix typo in sqlite3.rst (GH-27415)

ambv webhook-mailer at python.org
Wed Jul 28 10:10:55 EDT 2021


https://github.com/python/cpython/commit/fbe87023bf33e941373a5fca023652a825db7baf
commit: fbe87023bf33e941373a5fca023652a825db7baf
branch: main
author: Ikko Ashimine <eltociear at gmail.com>
committer: ambv <lukasz at langa.pl>
date: 2021-07-28T16:10:48+02:00
summary:

Fix typo in sqlite3.rst (GH-27415)

preceeding -> preceding

files:
M Doc/library/sqlite3.rst

diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index 05fcabb8f671c..05064e4c17fd7 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])



More information about the Python-checkins mailing list