summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/models.py
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2008-07-21 03:50:40 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2008-07-21 03:50:40 +0000
commit80ac41e2f789ab656867c88d3aa1b23118fada38 (patch)
tree5da2ef44961ab3ce1544f116438716af125f1990 /tests/regressiontests/forms/models.py
parentee90b7cf9a166bbe2f7c5622e6ec080759e818ab (diff)
Corrected typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/forms/models.py')
-rw-r--r--tests/regressiontests/forms/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/forms/models.py b/tests/regressiontests/forms/models.py
index fcffcb8263..a6baa79811 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):