projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6d78f
)
[svn] Typo fix.
author
Georg Brandl
<georg@python.org>
Sat, 14 Jul 2007 17:07:21 +0000
(19:07 +0200)
committer
Georg Brandl
<georg@python.org>
Sat, 14 Jul 2007 17:07:21 +0000
(19:07 +0200)
--HG--
branch : trunk
docs/src/inheritance.txt
patch
|
blob
|
history
diff --git
a/docs/src/inheritance.txt
b/docs/src/inheritance.txt
index d5076626628b7171ac6a4240b37b1c9d7b559763..2e3b7d7b3b3ad4ad3617ec2361cf167b6208ac38 100644
(file)
--- a/
docs/src/inheritance.txt
+++ b/
docs/src/inheritance.txt
@@
-131,7
+131,7
@@
an syntax error. Here some examples:
{% block myblock %}
...
{% endblock %}
- {% end
block
%}
+ {% end
if
%}
{% endblock %}
This can work although it probably makes no sense in this specific case.