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:
parent
f7ef0a92da
commit
07dd6b2895
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue