forked from orbit-oss/flask
Fixed another typo
This commit is contained in:
parent
eb6549d95a
commit
e2fed6c3a7
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Blueprints in Flask are intended for these cases:
|
||||||
larger applications; a project could instantiate an application object,
|
larger applications; a project could instantiate an application object,
|
||||||
initialize several extensions, and register a collection of blueprints.
|
initialize several extensions, and register a collection of blueprints.
|
||||||
* Register a blueprint on an application at a URL prefix and/or subdomain.
|
* Register a blueprint on an application at a URL prefix and/or subdomain.
|
||||||
Paremeters in the URL prefix/subdomain become common view arguments
|
Parameters in the URL prefix/subdomain become common view arguments
|
||||||
(with defaults) across all view functions in the blueprint.
|
(with defaults) across all view functions in the blueprint.
|
||||||
* Register a blueprint multiple times on an application with different URL
|
* Register a blueprint multiple times on an application with different URL
|
||||||
rules.
|
rules.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue