Fixed a typo in the docs.

This commit is contained in:
Armin Ronacher 2011-07-10 13:35:26 +02:00
parent 99c2defb43
commit c8663e8dab

View file

@ -221,7 +221,7 @@ application factories (see :ref:`app-factories`).
Note however that if you are using a test request context, the
:meth:`~flask.Flask.before_request` functions are not automatically called
same fore :meth:`~flask.Flask.after_request` functions. However
same for :meth:`~flask.Flask.after_request` functions. However
:meth:`~flask.Flask.teardown_request` functions are indeed executed when
the test request context leaves the `with` block. If you do want the
:meth:`~flask.Flask.before_request` functions to be called as well, you