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): """