summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-08-19 07:28:49 (GMT)
committerGitHub <noreply@github.com>2022-08-19 07:28:49 (GMT)
commit5e28ec54ff00473a048cb4430fe7724697010a1b (patch)
tree8a3c5a571c606fc08dac5e81f0b88bca00cc2be1 /Doc
parentb6e8304b25e3a83e33b280405f6e37516cad1522 (diff)
downloadcpython-5e28ec54ff00473a048cb4430fe7724697010a1b.zip
cpython-5e28ec54ff00473a048cb4430fe7724697010a1b.tar.gz
cpython-5e28ec54ff00473a048cb4430fe7724697010a1b.tar.bz2
gh-94635: Remove sqlite3 doc introduction heading (GH-96089)
(cherry picked from commit ede771cdf90431d4db22f98e35f43888842f231e) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sqlite3.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index e5ddf61..7f9c737 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -11,9 +11,6 @@
.. _sqlite3-intro:
-Introduction
-------------
-
SQLite is a C library that provides a lightweight disk-based database that
doesn't require a separate server process and allows accessing the database
using a nonstandard variant of the SQL query language. Some applications can use