Update doc for consistency.

This commit is contained in:
Gunnar Lium
2012-11-18 21:17:30 +01:00
parent ca97c2feff
commit a666505339
+2 -2
View File
@@ -74,9 +74,9 @@ extension point to use. And you can use it anywhere an expression is accepted:
.. code-block:: jinja
{{ 'some text' ~ ipsum(40) ~ 'some more text' }}
{{ 'some text' ~ lipsum(40) ~ 'some more text' }}
{% set ipsum = ipsum(40) %}
{% set lipsum = lipsum(40) %}
Last but not the least, you can also use a *global* object with a method able
to generate lorem ipsum text: