From bd888eaa61cb32b33dbf1e4cb327eff530bb9955 Mon Sep 17 00:00:00 2001 From: Bulat Bochkariov Date: Tue, 20 May 2014 21:54:54 -0700 Subject: [PATCH] Fixed a typo. --- docs/blueprints.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blueprints.rst b/docs/blueprints.rst index 8f83e120..2486b6ec 100644 --- a/docs/blueprints.rst +++ b/docs/blueprints.rst @@ -97,7 +97,7 @@ these:: ' (HEAD, OPTIONS, GET) -> simple_page.show>, simple_page.show>] -The first one is obviously from the application ifself for the static +The first one is obviously from the application itself for the static files. The other two are for the `show` function of the ``simple_page`` blueprint. As you can see, they are also prefixed with the name of the blueprint and separated by a dot (``.``).