aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-01-30 21:21:28 -0800
committerGitHub <noreply@github.com>2021-01-31 07:21:28 +0200
commit926ca51be4b9b80c41a647bbc2fb9c40ff108ff0 (patch)
tree47cff1310a3bcacf317912945da648bf28c67642
parent[doc] Document VIRTUAL_ENV environment variable (GH-21970) (diff)
downloadcpython-926ca51be4b9b80c41a647bbc2fb9c40ff108ff0.tar.gz
cpython-926ca51be4b9b80c41a647bbc2fb9c40ff108ff0.tar.bz2
cpython-926ca51be4b9b80c41a647bbc2fb9c40ff108ff0.zip
bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)
(cherry picked from commit e60344364245a23a7a1b25d5ebce6833652a656c) Co-authored-by: L <3177243+LukeLR@users.noreply.github.com>
-rw-r--r--Doc/library/sqlite3.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index 7dc2cc48c4..2e2e5e9cda 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -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.