forked from orbit-oss/flask
Various typos.
This commit is contained in:
parent
b004324dbb
commit
16e4d5a655
6 changed files with 7 additions and 8 deletions
|
|
@ -48,7 +48,7 @@ class _DispatchingJinjaLoader(BaseLoader):
|
|||
return loader.get_source(environment, name)
|
||||
except TemplateNotFound:
|
||||
pass
|
||||
# raise the exception with the correct fileame here.
|
||||
# raise the exception with the correct filename here.
|
||||
# (the one that includes the prefix)
|
||||
raise TemplateNotFound(template)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue