summaryrefslogtreecommitdiff
path: root/docs/topics/testing.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-05-06 01:18:57 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-05-06 01:18:57 +0000
commitc21c052cf0237317f42507211cff8923b20539a0 (patch)
tree3201013709574d8a3a18d152b38049eabbe62907 /docs/topics/testing.txt
parentec1f74a468b0a848b20424eea2bea9d878aa5d61 (diff)
Fixed #13377 -- Corrected markup typo in testing docs. Thanks to DrMeers for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/testing.txt')
-rw-r--r--docs/topics/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index 04f891cf37..fc5323c3cd 100644
--- a/docs/topics/testing.txt
+++ b/docs/topics/testing.txt
@@ -1136,7 +1136,7 @@ Multi-database support
.. versionadded:: 1.2
Django sets up a test database corresponding to every database that is
-defined in the :setting:``DATABASES`` definition in your settings
+defined in the :setting:`DATABASES` definition in your settings
file. However, a big part of the time taken to run a Django TestCase
is consumed by the call to ``flush`` that ensures that you have a
clean database at the start of each test run. If you have multiple