More docstrings for blueprints.

This commit is contained in:
Armin Ronacher 2011-06-17 20:27:25 +02:00
parent dbb9a2ed46
commit 86175054d6
4 changed files with 40 additions and 11 deletions

View file

@ -3,8 +3,8 @@
Application Factories
=====================
If you are already using packages and modules for your application
(:ref:`packages`) there are a couple of really nice ways to further improve
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 module is imported. But if you move the creation of this object,
into a function, you can then create multiple instances of this and later.