Skip to content

Commit 07dd6b2

Browse files
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
1 parent f7ef0a9 commit 07dd6b2

File tree

1 file changed

+1
-1
lines changed
  • tests/regressiontests/test_client_regress

1 file changed

+1
-1
lines changed

tests/regressiontests/test_client_regress/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class AssertContainsTests(TestCase):
1010
def test_contains(self):
11-
"Reponses can be inspected for content, including counting repeated substrings"
11+
"Responses can be inspected for content, including counting repeated substrings"
1212
response = self.client.get('/test_client_regress/no_template_view/')
1313

1414
self.assertContains(response, 'once')

0 commit comments

Comments
 (0)