diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-19 07:28:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 07:28:33 (GMT) |
commit | c097fe0f09a775293f8508a47034cb5720ad58a9 (patch) | |
tree | 0ed3b7c168b32c6ee549eda27860ffe5a1f973df /Doc | |
parent | d6990681b66af2cb004deba51ffcd2f4dce0a9eb (diff) | |
download | cpython-c097fe0f09a775293f8508a47034cb5720ad58a9.zip cpython-c097fe0f09a775293f8508a47034cb5720ad58a9.tar.gz cpython-c097fe0f09a775293f8508a47034cb5720ad58a9.tar.bz2 |
gh-94635: Remove sqlite3 doc introduction heading (GH-96089)
(cherry picked from commit ede771cdf90431d4db22f98e35f43888842f231e)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/sqlite3.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 64bab60..d503ec4 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 |