Merge branch 'master' of github.com:mitsuhiko/flask
This commit is contained in:
commit
bd6ce4d48c
1 changed files with 1 additions and 1 deletions
|
|
@ -606,7 +606,7 @@ class Flask(_PackageBoundObject):
|
||||||
"""Creates the loader for the Jinja2 environment. Can be used to
|
"""Creates the loader for the Jinja2 environment. Can be used to
|
||||||
override just the loader and keeping the rest unchanged. It's
|
override just the loader and keeping the rest unchanged. It's
|
||||||
discouraged to override this function. Instead one should override
|
discouraged to override this function. Instead one should override
|
||||||
the :meth:`create_jinja_loader` function instead.
|
the :meth:`jinja_loader` function instead.
|
||||||
|
|
||||||
The global loader dispatches between the loaders of the application
|
The global loader dispatches between the loaders of the application
|
||||||
and the individual blueprints.
|
and the individual blueprints.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue