From cb02d3437680bbebb969afa725dde773fc58a78b Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Sun, 16 Sep 2007 15:57:15 +0000 Subject: [PATCH] Fixed fat-finger typo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6362 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.txt b/docs/install.txt index 71f7abb653..2de8529d24 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -86,7 +86,7 @@ to create a temporary test database. .. _SQLite: http://www.sqlite.org/ .. _pysqlite: http://initd.org/tracker/pysqlite .. _MySQL backend: ../databases/ -.. _cx_Oracle: http://cx-oracle.sourceforge.net// +.. _cx_Oracle: http://cx-oracle.sourceforge.net/ .. _Oracle: http://www.oracle.com/ .. _testing framework: ../testing/