summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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):
"""