app.py: Link to correct EnvironBuilder docs

This commit is contained in:
Kevin Burke 2013-08-04 22:33:17 -07:00
parent 08931401e8
commit 9e5ab21c8e
1 changed files with 1 additions and 1 deletions

View File

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