fixed typo
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 26 Dec 2011 10:17:02 +0000 (11:17 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 26 Dec 2011 10:17:02 +0000 (11:17 +0100)
doc/templates.rst

index 8bafe64..3e0414f 100644 (file)
@@ -480,7 +480,7 @@ exist:
 * ``{"foo": "bar"}``: Hashes are defined by a list of keys and values
   separated by a comma (``,``) and wrapped with curly braces (``{}``):
 
-  .. node-block:: jinja
+  .. code-block:: jinja
 
     # keys as string
     { 'foo': 'foo', 'bar': 'bar' }