minor edit

This commit is contained in:
TheBigBear 2015-08-17 13:23:46 +01:00
parent c34c6b992f
commit f9d2664def

View File

@ -273,7 +273,7 @@ class SerializerExtension(Extension, object):
{%- set json_src = "{'bar': 'for real'}"|load_json %} {%- set json_src = "{'bar': 'for real'}"|load_json %}
Dude, {{ yaml_src.foo }} {{ json_src.bar }}! Dude, {{ yaml_src.foo }} {{ json_src.bar }}!
will be rendered has:: will be rendered as::
Dude, it works for real! Dude, it works for real!
@ -299,7 +299,7 @@ class SerializerExtension(Extension, object):
{% endload %} {% endload %}
Dude, {{ yaml_src.foo }} {{ json_src.bar }}! Dude, {{ yaml_src.foo }} {{ json_src.bar }}!
will be rendered has:: will be rendered as::
Dude, it works for real! Dude, it works for real!