From: Erlend E. Aasland Date: Fri, 19 Aug 2022 07:21:11 +0000 (+0200) Subject: gh-94635: Remove sqlite3 doc introduction heading (#96089) X-Git-Tag: v3.12.0a1~608 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ede771cdf90431d4db22f98e35f43888842f231e;p=thirdparty%2FPython%2Fcpython.git gh-94635: Remove sqlite3 doc introduction heading (#96089) --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 540302437e7d..7989bf9e0fc2 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