summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-09-09 11:00:21 -0400
committerTim Graham <timograham@gmail.com>2016-09-09 11:00:21 -0400
commitef021412d5e7eb78c89f0b7cf2ec01bcb959a837 (patch)
tree1fd05bab465fcccccc2337e8325cce2a3ac89f8a /tests/cache
parentca9c69a9682141bc102ad6751f2feecc3d0d9d21 (diff)
Normalized spelling of ETag.
Diffstat (limited to 'tests/cache')
-rw-r--r--tests/cache/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py
index b8bce5e721..b6d37148ad 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -2163,7 +2163,7 @@ class TestWithTemplateResponse(SimpleTestCase):
Tests various headers w/ TemplateResponse.
Most are probably redundant since they manipulate the same object
- anyway but the Etag header is 'special' because it relies on the
+ anyway but the ETag header is 'special' because it relies on the
content being complete (which is not necessarily always the case
with a TemplateResponse)
"""