explain_template_loading_attempts: docstring

A verb apparently missing.
This commit is contained in:
Mieszko 2014-11-04 08:51:06 +01:00
parent 70a33ed49b
commit 28e30322fa

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