We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3d577c + 74514fc commit 19dfe5fCopy full SHA for 19dfe5f
docs/patterns/packages.rst
@@ -57,7 +57,7 @@ following quick checklist:
57
2. all the view functions (the ones with a :meth:`~flask.Flask.route`
58
decorator on top) have to be imported when in the `__init__.py` file.
59
Not the object itself, but the module it is in. Import the view module
60
- *after the application object is created*.
+ **after the application object is created**.
61
62
Here's an example `__init__.py`::
63
0 commit comments