Corrected typo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8013 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gary Wilson Jr 2008-07-21 03:50:40 +00:00
parent ee90b7cf9a
commit 80ac41e2f7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import datetime
from django.db import models from django.db import models
# Can't import as "forms" due to implementation details in the test suite (the # 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 from django import forms as django_forms
class BoundaryModel(models.Model): class BoundaryModel(models.Model):