summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-03-02 14:22:15 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-03-02 14:22:15 (GMT)
commitabe6331ccab722acacd575bb836eefcdb1c83591 (patch)
tree622453222527828c944426b8aa47ec891d57d5dd
parentab21f75ff1c096dc66e0bbdb408711148aec8ce3 (diff)
downloadcpython-abe6331ccab722acacd575bb836eefcdb1c83591.zip
cpython-abe6331ccab722acacd575bb836eefcdb1c83591.tar.gz
cpython-abe6331ccab722acacd575bb836eefcdb1c83591.tar.bz2
Link correction in documentation.
-rw-r--r--Doc/library/sqlite3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index dd56a8a..8ccb0ab 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".