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

(cherry picked from commit e603443642)

Co-authored-by: L <3177243+LukeLR@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2021-01-30 21:21:28 -08:00 committed by GitHub
parent 08867a0bfc
commit 926ca51be4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,10 +99,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.