summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.