From a9aeea41d2155cf7d0b674acf1c0b2679aafb2aa Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 26 Dec 2011 11:17:02 +0100 Subject: [PATCH] fixed typo --- doc/templates.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/templates.rst b/doc/templates.rst index 8bafe64..3e0414f 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -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' } -- 1.7.2.5