From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 19 Aug 2022 07:28:33 +0000 (-0700) Subject: gh-94635: Remove sqlite3 doc introduction heading (GH-96089) X-Git-Tag: v3.11.0rc2~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c097fe0f09a775293f8508a47034cb5720ad58a9;p=thirdparty%2FPython%2Fcpython.git gh-94635: Remove sqlite3 doc introduction heading (GH-96089) (cherry picked from commit ede771cdf90431d4db22f98e35f43888842f231e) Co-authored-by: Erlend E. Aasland --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 64bab60ebe47..d503ec42f431 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