From: Michael Foord Date: Tue, 2 Mar 2010 14:22:15 +0000 (+0000) Subject: Link correction in documentation. X-Git-Tag: v2.7a4~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abe6331ccab722acacd575bb836eefcdb1c83591;p=python Link correction in documentation. --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index dd56a8aeb9..8ccb0ab2ab 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".