1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed a number of minor misspellings.

This commit is contained in:
Julien Phalip
2013-07-27 18:45:25 -07:00
parent ca39c0a6be
commit 47c755327b
28 changed files with 31 additions and 31 deletions

View File

@@ -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'