From c8663e8dab230325037f8988880945340c331486 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 10 Jul 2011 13:35:26 +0200 Subject: [PATCH] Fixed a typo in the docs. --- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.rst b/docs/testing.rst index 098e81be..ed5765ea 100644 --- a/docs/testing.rst +++ b/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