summaryrefslogtreecommitdiff
path: root/tests/template_tests
diff options
context:
space:
mode:
authorLiyang Zhang <sudo.liyang@gmail.com>2023-03-20 02:07:23 -0500
committerGitHub <noreply@github.com>2023-03-20 08:07:23 +0100
commitf9f9215d3e5500d9a8d0bec0936480ba34d42e88 (patch)
treed5b1b014c7dd155ea466275cb37d906151d3ae13 /tests/template_tests
parentb295b311712b598c053f7fa8cf6e6882217e35d9 (diff)
downloaddjango-f9f9215d3e5500d9a8d0bec0936480ba34d42e88.tar.gz
Fixed some typos in comments, docstrings, and tests.
Diffstat (limited to 'tests/template_tests')
-rw-r--r--tests/template_tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/tests.py b/tests/template_tests/tests.py
index f35ae49ca3..d9bdd6e68f 100644
--- a/tests/template_tests/tests.py
+++ b/tests/template_tests/tests.py
@@ -31,7 +31,7 @@ class TemplateTestMixin:
def test_url_reverse_view_name(self):
"""
- #19827 -- url tag should keep original strack trace when reraising
+ #19827 -- url tag should keep original stack trace when reraising
exception.
"""
t = self._engine().from_string("{% url will_not_match %}")