Author: gwilson
Date: 2008-07-20 22:50:40 -0500 (Sun, 20 Jul 2008)
New Revision: 8013

Modified:
   django/trunk/tests/regressiontests/forms/models.py
Log:
Corrected typo.


Modified: django/trunk/tests/regressiontests/forms/models.py
===================================================================
--- django/trunk/tests/regressiontests/forms/models.py  2008-07-20 21:30:46 UTC 
(rev 8012)
+++ django/trunk/tests/regressiontests/forms/models.py  2008-07-21 03:50:40 UTC 
(rev 8013)
@@ -3,7 +3,7 @@
 
 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):


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to