explain_template_loading_attempts: docstring

A verb apparently missing.
This commit is contained in:
Mieszko 2014-11-04 08:51:06 +01:00
parent c3a4c31865
commit d267a43a37

View file

@ -108,7 +108,7 @@ def _dump_loader_info(loader):
def explain_template_loading_attempts(app, template, attempts):
"""This should help developers understand what """
"""This should help developers understand what failed"""
info = ['Locating template "%s":' % template]
total_found = 0
blueprint = None