Browse Source

explain_template_loading_attempts: docstring

A verb apparently missing.
pull/1237/head
Mieszko 10 years ago
parent
commit
28e30322fa
  1. 2
      flask/debughelpers.py

2
flask/debughelpers.py

@ -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…
Cancel
Save