diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-16 14:53:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-16 14:53:22 (GMT) |
commit | a65d121607d675eed3cc69cc5b0afdf07211003d (patch) | |
tree | a52f6c4fb6dcb09ef6c98f0d716e49a1a2497db1 | |
parent | 7936c81d517fa0165b14d893a946855d2cb48fa1 (diff) | |
parent | 216e47d83424718325b45a730b7d764434764089 (diff) | |
download | cpython-a65d121607d675eed3cc69cc5b0afdf07211003d.zip cpython-a65d121607d675eed3cc69cc5b0afdf07211003d.tar.gz cpython-a65d121607d675eed3cc69cc5b0afdf07211003d.tar.bz2 |
merge 3.3 (#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 bb4aab7..1ec8398 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". |