Fixed typo
authorWouter J <waldio.webdesign@gmail.com>
Wed, 14 May 2014 09:53:45 +0000 (11:53 +0200)
committerWouter J <waldio.webdesign@gmail.com>
Wed, 14 May 2014 09:53:45 +0000 (11:53 +0200)
doc/tags/extends.rst

index d962a30..1ad2b12 100644 (file)
@@ -186,8 +186,8 @@ In this example, the template will extend the "minimum.html" layout template
 if the ``standalone`` variable evaluates to ``true``, and "base.html"
 otherwise.
 
-How blocks work?
-----------------
+How do blocks work?
+-------------------
 
 A block provides a way to change how a certain part of a template is rendered
 but it does not interfere in any way with the logic around it.