Added missing newline in docstring; refs #20945.

This commit is contained in:
Tim Graham 2013-10-24 10:33:11 -04:00
parent 8688f03eef
commit 382d324ccc
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ def do_cache(parser, token):
Optionally the cache to use may be specified thus::
{% cache .... using="cachename" %}
Each unique set of arguments will result in a unique cache entry.
"""
nodelist = parser.parse(('endcache',))