]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo in `include` documentation 149/head
authorDmitry Medvinsky <dmedvinsky@gmail.com>
Fri, 21 Sep 2012 13:15:38 +0000 (17:15 +0400)
committerDmitry Medvinsky <dmedvinsky@gmail.com>
Fri, 21 Sep 2012 13:15:38 +0000 (17:15 +0400)
docs/templates.rst

index 790b95e7c24908ff083291ad8e338ca6396b0685..ac06d0249fc7fdc21590d68311e674b67a29e112 100644 (file)
@@ -786,7 +786,7 @@ default.  For more details about context behavior of imports and includes
 see :ref:`import-visibility`.
 
 From Jinja 2.2 onwards you can mark an include with ``ignore missing`` in
-which case Jinja will ignore the statement if the template to be ignored
+which case Jinja will ignore the statement if the template to be included
 does not exist.  When combined with ``with`` or ``without context`` it has
 to be placed *before* the context visibility statement.  Here some valid
 examples::