Skip to content

Commit

Permalink
Merge pull request pallets#1066 from bulatb/patch-1
Browse files Browse the repository at this point in the history
Fixed a typo.
  • Loading branch information
kennethreitz committed May 27, 2014
2 parents da1c1f0 + bd888ea commit 39bfb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blueprints.rst
Expand Up @@ -97,7 +97,7 @@ these::
<Rule '/<page>' (HEAD, OPTIONS, GET) -> simple_page.show>,
<Rule '/' (HEAD, OPTIONS, GET) -> 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 (``.``).
Expand Down

0 comments on commit 39bfb54

Please sign in to comment.