minor edit

This commit is contained in:
TheBigBear 2015-08-17 13:23:46 +01:00 committed by rallytime
parent 74558f5743
commit a013bb5b3d

View file

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