diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-16 09:52:38 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-16 09:52:38 -0500 |
commit | 216e47d83424718325b45a730b7d764434764089 (patch) | |
tree | 00ed6f5142382510ca63ca3820394095db877909 | |
parent | 16540408f49c6f4a4dd2a59ca27ad8f84dbb3266 (diff) | |
download | cpython-git-216e47d83424718325b45a730b7d764434764089.tar.gz |
update pysqlite website (closes #20278)
-rw-r--r-- | Doc/library/sqlite3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 0dc8b89164..8a50f87d14 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -91,7 +91,7 @@ This example uses the iterator form:: .. seealso:: - http://code.google.com/p/pysqlite/ + https://github.com/ghaering/pysqlite The pysqlite web page -- sqlite3 is developed externally under the name "pysqlite". |