bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)

This commit is contained in:
L 2021-01-31 05:19:07 +00:00 committed by GitHub
parent 4d11ecbb5e
commit e603443642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,10 +100,6 @@ This example uses the iterator form::
.. seealso::
https://github.com/ghaering/pysqlite
The pysqlite web page -- sqlite3 is developed externally under the name
"pysqlite".
https://www.sqlite.org
The SQLite web page; the documentation describes the syntax and the
available data types for the supported SQL dialect.