From 80ac41e2f789ab656867c88d3aa1b23118fada38 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Mon, 21 Jul 2008 03:50:40 +0000 Subject: [PATCH] Corrected typo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8013 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/forms/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regressiontests/forms/models.py b/tests/regressiontests/forms/models.py index fcffcb82632..a6baa79811e 100644 --- a/tests/regressiontests/forms/models.py +++ b/tests/regressiontests/forms/models.py @@ -3,7 +3,7 @@ import datetime from django.db import models # Can't import as "forms" due to implementation details in the test suite (the -# current file is called "forms" an is already imported). +# current file is called "forms" and is already imported). from django import forms as django_forms class BoundaryModel(models.Model):