projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671e06b
)
typo fix
author
Christopher Denter
<dennda@the-space-station.com>
Sun, 3 May 2009 10:57:08 +0000
(12:57 +0200)
committer
Christopher Denter
<dennda@the-space-station.com>
Sun, 3 May 2009 10:57:08 +0000
(12:57 +0200)
--HG--
branch : trunk
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index f3c11fc15fb7495a685fd0113a7623c88b8474a9..79ab5e3a6997b07399f8cc46bb7c15befd183750 100644
(file)
--- a/
docs/templates.rst
+++ b/
docs/templates.rst
@@
-142,7
+142,7
@@
by default set to ``{# ... #}``. This is useful to comment out parts of the
template for debugging or to add information for other template designers or
yourself::
- {# note: disabled template because we no longer use
r
this
+ {# note: disabled template because we no longer use this
{% for user in users %}
...
{% endfor %}