From e2fed6c3a771514a0f6ed2d10e239ef901305713 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 28 Jun 2011 16:11:01 +0200 Subject: [PATCH] Fixed another typo --- docs/blueprints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blueprints.rst b/docs/blueprints.rst index 175ce69f..b9fa0e4a 100644 --- a/docs/blueprints.rst +++ b/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.