summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-07-15 05:11:06 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-07-15 05:11:06 +0000
commit208352e5d753ebc11c407a22dd0629f8f9b61592 (patch)
tree8feba497e93446fd9b1ab242b89750f66c58c0e1 /docs
parentb68f188628dd7e54706cd98d4aa0a36a12adfafa (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing.txt b/docs/testing.txt
index b326e0099d..3839c45c01 100644
--- a/docs/testing.txt
+++ b/docs/testing.txt
@@ -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):
"""