Fixed another typo

This commit is contained in:
Armin Ronacher 2011-06-28 16:11:01 +02:00
parent eb6549d95a
commit e2fed6c3a7

View file

@ -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.