diff --git a/docs/blueprints.rst b/docs/blueprints.rst index b9fa0e4a..c71d11bb 100644 --- a/docs/blueprints.rst +++ b/docs/blueprints.rst @@ -41,7 +41,8 @@ will have separate configs and will be managed at the WSGI layer. Blueprints instead provide separation at the Flask level, share application config, and can change an application object as necessary with being registered. The downside is that you cannot unregister a blueprint -once application without having to destroy the whole application object. +once an application was created without having to destroy the whole +application object. The Concept of Blueprints -------------------------