fixed typo

This commit is contained in:
Fabien Potencier
2011-12-26 11:17:02 +01:00
parent f3de043d0e
commit a9aeea41d2
+1 -1
View 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' }