mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed a number of minor misspellings.
This commit is contained in:
parent
ca39c0a6be
commit
47c755327b
28 changed files with 31 additions and 31 deletions
|
@ -95,7 +95,7 @@ class SimpleTemplateResponseTest(TestCase):
|
|||
self.assertEqual(response.content, b'foo')
|
||||
|
||||
def test_set_content(self):
|
||||
# content can be overriden
|
||||
# content can be overridden
|
||||
response = self._response()
|
||||
self.assertFalse(response.is_rendered)
|
||||
response.content = 'spam'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue