]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-94635: Remove sqlite3 doc introduction heading (#96089)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Fri, 19 Aug 2022 07:21:11 +0000 (09:21 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Aug 2022 07:21:11 +0000 (09:21 +0200)
Doc/library/sqlite3.rst

index 540302437e7dbfd15f4cc951aa0adcb42add9dcb..7989bf9e0fc275a66314187f4c19302b109de8f4 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