From: Imran Iqbal Date: Sun, 8 Dec 2019 14:21:03 +0000 (+0000) Subject: fix(templates.rst): fix typo (`hat` => `that`) X-Git-Tag: 2.11.0~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1115%2Fhead;p=thirdparty%2Fjinja.git fix(templates.rst): fix typo (`hat` => `that`) --- 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.