Kaydet (Commit) d181aa0e authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Fixed typo.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@4664 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst ac09ff9f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment