From d181aa0e94f5f22c0584206248d63780c7565a68 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Fri, 2 Mar 2007 08:59:21 +0000 Subject: [PATCH] Fixed typo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4664 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.txt b/docs/testing.txt index b63ccb554f..f7fd402502 100644 --- a/docs/testing.txt +++ b/docs/testing.txt @@ -393,7 +393,7 @@ look like:: def setUp(self): # test definitions as before -At the start of each test vase, before ``setUp()`` is run, Django will +At the start of each test case, before ``setUp()`` is run, Django will flush the database, returning the database the state it was in directly after ``syncdb`` was called. Then, all the named fixtures are installed. In this example, any JSON fixture called ``mammals``, and any fixture