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:58 -0400
commit244c4c06f9fbcb5fe96511c8f22b0ee4856baf18 (patch)
treea72563028f353e332ee7be6e46adecd176216274 /tests/cache
parent1f3c66fe9fd8c8e980ecda0a9917319f35ad6676 (diff)
[1.10.x] Normalized spelling of ETag.
Backport of ef021412d5e7eb78c89f0b7cf2ec01bcb959a837 from master
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 dffd54c984..02ff30d899 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -2078,7 +2078,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)
"""