diff options
| author | Julien Phalip <jphalip@gmail.com> | 2013-07-27 18:45:25 -0700 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2013-07-27 18:46:03 -0700 |
| commit | 47c755327be9a3b976f5f78fc21f336f27aa6413 (patch) | |
| tree | 642bce46ec934223ed4a17ac3c6dbcbfdf953b8b /tests/template_tests/test_response.py | |
| parent | ca39c0a6becf497880181b3a5ef6db84130f9723 (diff) | |
Fixed a number of minor misspellings.
Diffstat (limited to 'tests/template_tests/test_response.py')
| -rw-r--r-- | tests/template_tests/test_response.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/test_response.py b/tests/template_tests/test_response.py index 6acc45626f..65f7531361 100644 --- a/tests/template_tests/test_response.py +++ b/tests/template_tests/test_response.py @@ -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' |
