Author: adrian
Date: 2007-07-20 10:40:54 -0500 (Fri, 20 Jul 2007)
New Revision: 5733

Modified:
   django/trunk/tests/regressiontests/test_client_regress/models.py
Log:
Fixed negligible typo in docstring in 
tests/regressiontests/test_client_regress/models.py from [5731]

Modified: django/trunk/tests/regressiontests/test_client_regress/models.py
===================================================================
--- django/trunk/tests/regressiontests/test_client_regress/models.py    
2007-07-20 14:42:57 UTC (rev 5732)
+++ django/trunk/tests/regressiontests/test_client_regress/models.py    
2007-07-20 15:40:54 UTC (rev 5733)
@@ -8,7 +8,7 @@
 
 class AssertContainsTests(TestCase):
     def test_contains(self):
-        "Reponses can be inspected for content, including counting repeated 
substrings"
+        "Responses can be inspected for content, including counting repeated 
substrings"
         response = self.client.get('/test_client_regress/no_template_view/')
         
         self.assertContains(response, 'once')


--~--~---------~--~----~------------~-------~--~----~
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