Changed the wording of some sentences there were difficult to understand.

This commit is contained in:
Reetta Vaahtoranta 2013-11-09 13:13:14 +00:00
parent d4f8634289
commit 0d648fa468
4 changed files with 13 additions and 20 deletions

View file

@ -11,8 +11,8 @@ application::
/templates
The `flaskr` folder is not a python package, but just something where we
drop our files. Directly into this folder we will then put our database
schema as well as main module in the following steps. The files inside
drop our files. We will then put our database schema as well as main module
into this folder. It is done in the following way. The files inside
the `static` folder are available to users of the application via `HTTP`.
This is the place where css and javascript files go. Inside the
`templates` folder Flask will look for `Jinja2`_ templates. The