gh-94635: Remove sqlite3 doc introduction heading (GH-96089)

(cherry picked from commit ede771cdf9)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
This commit is contained in:
Miss Islington (bot) 2022-08-19 00:28:33 -07:00 committed by GitHub
parent d6990681b6
commit c097fe0f09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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