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:
parent
b68f188628
commit
208352e5d7
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue