Fixed typo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@4664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2007-03-02 08:59:21 +00:00
parent ac09ff9f96
commit d181aa0e94
1 changed files with 1 additions and 1 deletions

View File

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