From de3b6ab5ee6f14d8e280b7aa0f9193b265b3d6dc Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 6 Jul 2011 11:33:02 +0200 Subject: [PATCH] Fixed a broken sentence about blueprints. --- docs/blueprints.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -------------------------