Fixed #4877 -- Fixed typo in testing documentation, patch from John Shaffer.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5702 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2007-07-15 05:11:06 +00:00
parent b68f188628
commit 208352e5d7
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ model-level doctests in the docstring for each model.
For example::
from django.db import model
from django.db import models
class Animal(models.Model):
"""