From 208352e5d753ebc11c407a22dd0629f8f9b61592 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Sun, 15 Jul 2007 05:11:06 +0000 Subject: [PATCH] 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 --- docs/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """