From 13ff6c8c1d2ae64c06d4f6fc8666a19485062354 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sun, 8 Dec 2019 14:21:03 +0000 Subject: [PATCH] fix(templates.rst): fix typo (`hat` => `that`) --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index 39bdb36c..89c2a506 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. -- 2.47.2