]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Not only syntax is affected.
authorMarkus Unterwaditzer <markus@unterwaditzer.net>
Wed, 11 Mar 2015 19:56:40 +0000 (20:56 +0100)
committerMarkus Unterwaditzer <markus@unterwaditzer.net>
Wed, 11 Mar 2015 19:56:40 +0000 (20:56 +0100)
docs/templates.rst

index 5eec857be72f0ff112bcd863d3bb72677c8b3acf..7530728be171c0c79f84dbcc9910949bdbe4b096 100644 (file)
@@ -6,8 +6,8 @@ Template Designer Documentation
 This document describes the syntax and semantics of the template engine and
 will be most useful as reference to those creating Jinja templates.  As the
 template engine is very flexible, the configuration from the application can
-be slightly different from the default syntax presented here
-in terms of delimiters and behavior of undefined values.
+be slightly different from the code presented here in terms of delimiters and
+behavior of undefined values.
 
 
 Synopsis