forked from orbit-oss/flask
explain_template_loading_attempts: docstring
A verb apparently missing.
This commit is contained in:
parent
70a33ed49b
commit
28e30322fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue