Fixed typo in app.blueprints docstring

This commit is contained in:
Tobias Bieniek 2013-05-25 09:10:41 +03:00
parent 250247d96c
commit 12c08c03fb

View file

@ -452,7 +452,7 @@ class Flask(_PackageBoundObject):
None: [_default_template_ctx_processor]
}
#: all the attached blueprints in a directory by name. Blueprints
#: all the attached blueprints in a dictionary by name. Blueprints
#: can be attached multiple times so this dictionary does not tell
#: you how often they got attached.
#: