diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-19 07:28:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 07:28:49 (GMT) |
commit | 5e28ec54ff00473a048cb4430fe7724697010a1b (patch) | |
tree | 8a3c5a571c606fc08dac5e81f0b88bca00cc2be1 /Doc/library/sqlite3.rst | |
parent | b6e8304b25e3a83e33b280405f6e37516cad1522 (diff) | |
download | cpython-5e28ec54ff00473a048cb4430fe7724697010a1b.zip cpython-5e28ec54ff00473a048cb4430fe7724697010a1b.tar.gz cpython-5e28ec54ff00473a048cb4430fe7724697010a1b.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/library/sqlite3.rst')
-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 e5ddf61..7f9c737 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 |