]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-94635: Remove sqlite3 doc introduction heading (GH-96089)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Aug 2022 07:28:49 +0000 (00:28 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 07:28:49 +0000 (00:28 -0700)
(cherry picked from commit ede771cdf90431d4db22f98e35f43888842f231e)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/library/sqlite3.rst

index e5ddf61f7adf5fc741ce28c746318a867470d8a7..7f9c737660ab89562df9dc4c248c77a08c5e094f 100644 (file)
@@ -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