From fb88d9d0253bffdd67665d2e1b761bd3d9986804 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 7 Dec 2010 22:08:46 +0100 Subject: [PATCH] Whitespace nazi was here --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index 3d344abb..7172fccb 100644 --- a/flask/app.py +++ b/flask/app.py @@ -200,7 +200,7 @@ class Flask(_PackageBoundObject): }) #: the test client that is used with when `test_client` is used. - #: + #: #: .. versionadded:: 0.7 test_client_class = None