summaryrefslogtreecommitdiff
path: root/tests/cache
diff options
context:
space:
mode:
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)
"""