mirror of
https://github.com/django/django.git
synced 2025-07-30 16:44:30 +00:00
Fixed #25668 -- Misc spelling errors
This commit is contained in:
parent
a10cbbbc17
commit
3ee18400ae
12 changed files with 18 additions and 18 deletions
|
@ -181,7 +181,7 @@ class AssertContainsTests(SimpleTestCase):
|
|||
self.assertNotContains(r, ugettext_lazy('never'))
|
||||
|
||||
def test_assert_contains_renders_template_response(self):
|
||||
""" Test that we can pass in an unrendered SimpleTemplateReponse
|
||||
""" Test that we can pass in an unrendered SimpleTemplateResponse
|
||||
without throwing an error.
|
||||
Refs #15826.
|
||||
"""
|
||||
|
@ -198,7 +198,7 @@ class AssertContainsTests(SimpleTestCase):
|
|||
self.assertContains(response, 'Hello')
|
||||
|
||||
def test_assert_not_contains_renders_template_response(self):
|
||||
""" Test that we can pass in an unrendered SimpleTemplateReponse
|
||||
""" Test that we can pass in an unrendered SimpleTemplateResponse
|
||||
without throwing an error.
|
||||
Refs #15826.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue