Merge pull request #577 from brousch/patch-2

Added _ to fix link to extensions in Hook. Extend.
This commit is contained in:
Kenneth Reitz 2012-08-26 10:25:56 -07:00
commit 80b2689335

View file

@ -26,7 +26,7 @@ response objects. Dig deeper on the APIs you use, and look for the
customizations which are available out of the box in a Flask release. Look for customizations which are available out of the box in a Flask release. Look for
ways in which your project can be refactored into a collection of utilities and ways in which your project can be refactored into a collection of utilities and
Flask extensions. Explore the many `extensions Flask extensions. Explore the many `extensions
<http://flask.pocoo.org/extensions/>` in the community, and look for patterns to <http://flask.pocoo.org/extensions/>`_ in the community, and look for patterns to
build your own extensions if you do not find the tools you need. build your own extensions if you do not find the tools you need.
Subclass. Subclass.