the import order note was meant to be bold, not cursive

This commit is contained in:
Ronny Pfannschmidt 2011-05-08 11:31:52 +02:00
parent 15c937b316
commit 74514fc837
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ following quick checklist:
2. all the view functions (the ones with a :meth:`~flask.Flask.route`
decorator on top) have to be imported when in the `__init__.py` file.
Not the object itself, but the module it is in. Import the view module
*after the application object is created*.
**after the application object is created**.
Here's an example `__init__.py`::