]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix ambiguity in include section 914/head
authorGrey Li <withlihui@gmail.com>
Thu, 18 Oct 2018 04:59:19 +0000 (12:59 +0800)
committerGitHub <noreply@github.com>
Thu, 18 Oct 2018 04:59:19 +0000 (12:59 +0800)
docs/templates.rst

index f91f9b9ad570e39bcad64905d0861d9fa4e6e3ca..705e5e086a7ebacf4577c3e1ab86fdc76c9a09d3 100644 (file)
@@ -989,7 +989,7 @@ at the same time.  They are documented in detail in the
 Include
 ~~~~~~~
 
-The `include` statement is useful to include a template and return the
+The `include` tag is useful to include a template and return the
 rendered contents of that file into the current namespace::
 
     {% include 'header.html' %}