Commit 382d324c authored by Tim Graham's avatar Tim Graham
Browse files

Added missing newline in docstring; refs #20945.

parent 8688f03e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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',))