summaryrefslogtreecommitdiff
path: root/docs/templates.rst
diff options
context:
space:
mode:
authorImran Iqbal <myii@users.noreply.github.com>2019-12-08 14:21:03 +0000
committerGitHub <noreply@github.com>2019-12-08 14:21:03 +0000
commit13ff6c8c1d2ae64c06d4f6fc8666a19485062354 (patch)
treea005dbfe85ba6d547df25056598975e677fd6f3e /docs/templates.rst
parentf81c74437e555d43529fd7746307d0dfd577f6c5 (diff)
downloadjinja2-13ff6c8c1d2ae64c06d4f6fc8666a19485062354.tar.gz
fix(templates.rst): fix typo (`hat` => `that`)
Diffstat (limited to 'docs/templates.rst')
-rw-r--r--docs/templates.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.rst b/docs/templates.rst
index 39bdb36..89c2a50 100644
--- a/docs/templates.rst
+++ b/docs/templates.rst
@@ -983,7 +983,7 @@ Assignments use the `set` tag and can have multiple targets::
{% endfor %}
Found item having something: {{ ns.found }}
- Note hat the ``obj.attr`` notation in the `set` tag is only allowed for
+ Note that the ``obj.attr`` notation in the `set` tag is only allowed for
namespace objects; attempting to assign an attribute on any other object
will raise an exception.