Fixed negligible typo in docstring in tests/regressiontests/test_client_regress/models.py from [5731]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-07-20 15:40:54 +00:00
parent f7ef0a92da
commit 07dd6b2895
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import os
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')