merged branch greg0ire/patch-1 (PR #851)

This PR was merged into the master branch.

Commits
-------

d52e15b remove tautology

Discussion
----------

remove tautology

We already know the example is "for example".
This commit is contained in:
Fabien Potencier
2012-09-29 18:33:35 +02:00
+1 -1
View File
@@ -19,7 +19,7 @@ template, when sandboxing is not enabled globally for the Twig environment:
The ``sandbox`` tag can only be used to sandbox an include tag and it
cannot be used to sandbox a section of a template. The following example
won't work for example:
won't work:
.. code-block:: jinja