]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Merge pull request #230 from p1otr/master
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 10 Jun 2014 20:34:12 +0000 (21:34 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 10 Jun 2014 20:34:12 +0000 (21:34 +0100)
documentation typos

1  2 
docs/api.rst
docs/extensions.rst
docs/templates.rst
jinja2/nodes.py

diff --cc docs/api.rst
Simple merge
index 7f55400b93732c4ecb5537e69a7d2180a8dbd294,d3961cf01e61b0da146dfd88db0dcbe165a85a14..2d9493f01edf49bd1389bc6784a3b6a2991f718a
@@@ -213,10 -213,10 +213,10 @@@ Writing Extension
  
  .. module:: jinja2.ext
  
- By writing extensions you can add custom tags to Jinja2.  This is a non trival
+ By writing extensions you can add custom tags to Jinja2.  This is a non-trivial
  task and usually not needed as the default tags and expressions cover all
  common use cases.  The i18n extension is a good example of why extensions are
 -useful, another one would be fragment caching.
 +useful. Another one would be fragment caching.
  
  When writing extensions you have to keep in mind that you are working with the
  Jinja2 template compiler which does not validate the node tree you are passing
Simple merge
diff --cc jinja2/nodes.py
Simple merge