summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-12-08 07:07:29 -0800
committerGitHub <noreply@github.com>2019-12-08 07:07:29 -0800
commit4fe03dafcdf251739e1fa27843d7167a7b2f2031 (patch)
treea005dbfe85ba6d547df25056598975e677fd6f3e
parentf81c74437e555d43529fd7746307d0dfd577f6c5 (diff)
parent13ff6c8c1d2ae64c06d4f6fc8666a19485062354 (diff)
downloadjinja2-4fe03dafcdf251739e1fa27843d7167a7b2f2031.tar.gz
Merge pull request #1115 from myii/patch-2
fix typo in templates.rst, "hat" to "that"
-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.