]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Update templates.rst 1742/head
authorneilsquinn <56970217+neilsquinn@users.noreply.github.com>
Tue, 25 Oct 2022 13:33:24 +0000 (09:33 -0400)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 13:33:24 +0000 (09:33 -0400)
Fix typo

docs/templates.rst

index ad177419edad7e52764b6074c213b0b31d8a2cff..2471cea3967efc737039eb3dccad5e641cc74fe7 100644 (file)
@@ -1172,7 +1172,7 @@ none of the templates exist.
     {% include ['special_sidebar.html', 'sidebar.html'] ignore missing %}
 
 A variable, with either a template name or template object, can also be
-passed to the statment.
+passed to the statement.
 
 .. _import: