Merge pull request #14141 from rallytime/docs_fix

Fix show_full_context example
This commit is contained in:
Thomas S Hatch 2014-07-11 16:00:40 -06:00
commit 57f519565b

View File

@ -204,7 +204,7 @@ in the current Jinja context.
.. code-block:: yaml
Context is: {{ show_full_context }}
Context is: {{ show_full_context() }}
'''
from __future__ import absolute_import