Merge pull request #37183 from gtmanfred/2016.3

load tags should reference the actual load tags
This commit is contained in:
Mike Place 2016-10-25 13:38:00 +09:00 committed by GitHub
commit 815dfd1c04

View file

@ -281,7 +281,7 @@ class SerializerExtension(Extension, object):
**Load tags**
Salt implements ``import_yaml`` and ``import_json`` tags. They work like
Salt implements ``load_yaml`` and ``load_json`` tags. They work like
the `import tag`_, except that the document is also deserialized.
Syntaxes are ``{% load_yaml as [VARIABLE] %}[YOUR DATA]{% endload %}``