1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

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

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',))