From 306971d9a2ffe509292d51d760b4e637d86ac41a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sat, 8 Sep 2007 13:59:04 +0200 Subject: [PATCH] fixed bug in jinja doc --HG-- branch : trunk --- docs/src/scopes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/scopes.txt b/docs/src/scopes.txt index 52a30bf..4938aca 100644 --- a/docs/src/scopes.txt +++ b/docs/src/scopes.txt @@ -170,7 +170,7 @@ Normally you cannot override a variable from an outer scope, you can just hide it. There is however a way to override a variable from an outer scope using the `set` tag, postfixed with a bang (!): -.. source:: jinja +.. sourcecode:: jinja {% set last_item = none %} {% for item in seq %} -- 2.26.2