From 653dd646dfa20c34211d3ada9ca87c07668d595d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 14 Jul 2007 19:07:21 +0200 Subject: [PATCH] [svn] Typo fix. --HG-- branch : trunk --- docs/src/inheritance.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/inheritance.txt b/docs/src/inheritance.txt index d507662..2e3b7d7 100644 --- a/docs/src/inheritance.txt +++ b/docs/src/inheritance.txt @@ -131,7 +131,7 @@ an syntax error. Here some examples: {% block myblock %} ... {% endblock %} - {% endblock %} + {% endif %} {% endblock %} This can work although it probably makes no sense in this specific case. -- 2.26.2