From e140bad3f8cceb464d190c0abb4e02895f5c5f3d Mon Sep 17 00:00:00 2001 From: ThomasWaldmann Date: Sun, 10 Jul 2011 09:28:26 -0700 Subject: [PATCH] fixed typo --- docs/reqcontext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reqcontext.rst b/docs/reqcontext.rst index 832f0e66..3b49e1d5 100644 --- a/docs/reqcontext.rst +++ b/docs/reqcontext.rst @@ -157,7 +157,7 @@ request handling as they are bound to the lifecycle of the popped, the :meth:`~flask.Flask.teardown_request` functions are called. This is important to know if the life of the request context is prolonged -by using the test client in a with statement of when using the request +by using the test client in a with statement or when using the request context from the command line:: with app.test_client() as client: