diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 64bab60ebe47f5..d503ec42f4316a 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