Various typos.

This commit is contained in:
florentx 2010-07-07 02:07:11 +08:00 committed by Armin Ronacher
parent b004324dbb
commit 16e4d5a655
6 changed files with 7 additions and 8 deletions

View file

@ -241,5 +241,5 @@ static folder of the whole application as ``'static'``.
If you want to refer to the templates you just have to prefix it with the
name of the module. So for the admin it would be
``render_template('admin/list_items.html')`` and so on. It is not
possible to refer to templates without the prefixed modlue name. This is
possible to refer to templates without the prefixed module name. This is
explicit unlike URL rules.