Browse Source

Fixed another typo

pull/265/head
Armin Ronacher 14 years ago
parent
commit
e2fed6c3a7
  1. 2
      docs/blueprints.rst

2
docs/blueprints.rst

@ -22,7 +22,7 @@ Blueprints in Flask are intended for these cases:
larger applications; a project could instantiate an application object,
initialize several extensions, and register a collection of blueprints.
* 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.
* Register a blueprint multiple times on an application with different URL
rules.

Loading…
Cancel
Save