Fixed fat-finger typo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Matt Boersma 2007-09-16 15:57:15 +00:00
parent da903a3be4
commit cb02d34376
1 changed files with 1 additions and 1 deletions

View File

@ -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/