[svn] Typo fix.
authorGeorg Brandl <georg@python.org>
Sat, 14 Jul 2007 17:07:21 +0000 (19:07 +0200)
committerGeorg Brandl <georg@python.org>
Sat, 14 Jul 2007 17:07:21 +0000 (19:07 +0200)
--HG--
branch : trunk

docs/src/inheritance.txt

index d5076626628b7171ac6a4240b37b1c9d7b559763..2e3b7d7b3b3ad4ad3617ec2361cf167b6208ac38 100644 (file)
@@ -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.