Added missing newline in docstring; refs #20945.
This commit is contained in:
parent
8688f03eef
commit
382d324ccc
|
@ -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',))
|
||||
|
|
Loading…
Reference in New Issue