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'