diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-30 21:21:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 07:21:54 +0200 |
commit | de76ce540ed013a31d4c80bca2587a2dd7c23652 (patch) | |
tree | 0bb3a9592e814fdc79230492c9d04cee29d3c6e0 | |
parent | Fixing typos in turtle.rst (GH-24376) (diff) | |
download | cpython-de76ce540ed013a31d4c80bca2587a2dd7c23652.tar.gz cpython-de76ce540ed013a31d4c80bca2587a2dd7c23652.tar.bz2 cpython-de76ce540ed013a31d4c80bca2587a2dd7c23652.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.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index e2e7312c277..92d5ffaf397 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. |