Browse Source

Fixed a typo in the docs.

pull/273/head
Armin Ronacher 14 years ago
parent
commit
c8663e8dab
  1. 2
      docs/testing.rst

2
docs/testing.rst

@ -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

Loading…
Cancel
Save