Merge pull request #741 from Turbo87/patch-1
Fixed typo in app.blueprints docstring
This commit is contained in:
commit
da10fb41b7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
#:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue