summaryrefslogtreecommitdiff
path: root/tests/test_inheritance.py
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-10-12 22:36:44 +0800
committerKian-Meng, Ang <kianmeng@cpan.org>2021-10-12 22:36:44 +0800
commit8cc3a64fa6cb90817b4bbe5aaeca87fa73ea9103 (patch)
treec5ac617a4098f6af40853b7e16152825f6f74717 /tests/test_inheritance.py
parentb7d12b6b1597ea5d38de8dac2013749be266edd0 (diff)
downloadjinja2-8cc3a64fa6cb90817b4bbe5aaeca87fa73ea9103.tar.gz
Fix typos
Diffstat (limited to 'tests/test_inheritance.py')
-rw-r--r--tests/test_inheritance.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_inheritance.py b/tests/test_inheritance.py
index 5221839..0c20d4d 100644
--- a/tests/test_inheritance.py
+++ b/tests/test_inheritance.py
@@ -37,7 +37,7 @@ WORKINGTEMPLATE = """\
{% block block1 %}
{% if false %}
{% block block2 %}
- this should workd
+ this should work
{% endblock %}
{% endif %}
{% endblock %}
@@ -49,7 +49,7 @@ DOUBLEEXTENDS = """\
{% block block1 %}
{% if false %}
{% block block2 %}
- this should workd
+ this should work
{% endblock %}
{% endif %}
{% endblock %}