diff --git a/flask/app.py b/flask/app.py index 28a0a59a..5bd3d1de 100644 --- a/flask/app.py +++ b/flask/app.py @@ -451,7 +451,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. #: