mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ac09ff9f96
commit
d181aa0e94
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue