Browse Source

Merge branch 'master' of github.com:mitsuhiko/flask

pull/753/merge
Armin Ronacher 12 years ago
parent
commit
da747738e8
  1. 2
      flask/app.py

2
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.
#:

Loading…
Cancel
Save