From 9e5ab21c8e503a3e5a29b4ca77fd63663ec6e44a Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Sun, 4 Aug 2013 22:33:17 -0700 Subject: [PATCH] app.py: Link to correct EnvironBuilder docs --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index a837c030..805dc166 100644 --- a/flask/app.py +++ b/flask/app.py @@ -1773,7 +1773,7 @@ class Flask(_PackageBoundObject): def test_request_context(self, *args, **kwargs): """Creates a WSGI environment from the given values (see - :func:`werkzeug.test.EnvironBuilder` for more information, this + :class:`werkzeug.test.EnvironBuilder` for more information, this function accepts the same arguments). """ from flask.testing import make_test_environ_builder