projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e71966d
)
fixed bug in jinja doc
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 8 Sep 2007 11:59:04 +0000
(13:59 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 8 Sep 2007 11:59:04 +0000
(13:59 +0200)
--HG--
branch : trunk
docs/src/scopes.txt
patch
|
blob
|
history
diff --git
a/docs/src/scopes.txt
b/docs/src/scopes.txt
index 52a30bf453bc9d6b0434c9f67647557a9b7812fa..4938aca2bdefcb1d4ea76809ba8486db361cb0a7 100644
(file)
--- 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
+.. source
code
:: jinja
{% set last_item = none %}
{% for item in seq %}