Skip to content

Commit 19dfe5f

Browse files
committed
Merge pull request pallets#230 from RonnyPfannschmidt/docs
the import order note was meant to be bold, not cursive
2 parents e3d577c + 74514fc commit 19dfe5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ following quick checklist:
5757
2. all the view functions (the ones with a :meth:`~flask.Flask.route`
5858
decorator on top) have to be imported when in the `__init__.py` file.
5959
Not the object itself, but the module it is in. Import the view module
60-
*after the application object is created*.
60+
**after the application object is created**.
6161

6262
Here's an example `__init__.py`::
6363

0 commit comments

Comments
 (0)