From a6665053390d73adde26517b2358989e1083aec1 Mon Sep 17 00:00:00 2001 From: Gunnar Lium Date: Sun, 18 Nov 2012 21:17:30 +0100 Subject: [PATCH] Update doc for consistency. --- doc/advanced.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/advanced.rst b/doc/advanced.rst index 1fd92ea..efe31ac 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -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: -- 1.7.2.5