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

This commit is contained in:
Erlend E. Aasland 2022-08-19 09:21:11 +02:00 committed by GitHub
parent 6087f491ea
commit ede771cdf9
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