From: Georg Brandl Date: Mon, 10 May 2010 21:12:44 +0000 (+0000) Subject: Merged revisions 78581 via svnmerge from X-Git-Tag: v2.6.6rc1~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b377b0e2e4f0da79911fd1e3b0c7f776e147c42c;p=python Merged revisions 78581 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78581 | michael.foord | 2010-03-02 15:22:15 +0100 (Di, 02 Mär 2010) | 1 line Link correction in documentation. ........ --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index d012c94ae1..dc5f2396b6 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -92,7 +92,7 @@ This example uses the iterator form:: .. seealso:: - http://www.pysqlite.org + http://code.google.com/p/pysqlite/ The pysqlite web page -- sqlite3 is developed externally under the name "pysqlite".