forked from orbit-oss/flask
Merge pull request #1637 from d0ugal/patch-1
Fixed a typo in the appfactories docs
This commit is contained in:
commit
ec07d7086a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ If you are already using packages and blueprints for your application
|
|||
(:ref:`blueprints`) there are a couple of really nice ways to further improve
|
||||
the experience. A common pattern is creating the application object when
|
||||
the blueprint is imported. But if you move the creation of this object,
|
||||
into a function, you can then create multiple instances of this and later.
|
||||
into a function, you can then create multiple instances of this app later.
|
||||
|
||||
So why would you want to do this?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue