Merge pull request #2630 from anowlcalledjosh/2627-test_request_context-docs

Fix docs for test_request_context
This commit is contained in:
Hsiaoming Yang 2018-02-13 10:33:08 +09:00 committed by GitHub
commit 79f34f1769
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2140,8 +2140,8 @@ class Flask(_PackageBoundObject):
return RequestContext(self, environ)
def test_request_context(self, *args, **kwargs):
"""Creates a WSGI environment from the given values (see
:class:`werkzeug.test.EnvironBuilder` for more information, this
"""Creates a :class:`~flask.ctx.RequestContext` from the given values
(see :class:`werkzeug.test.EnvironBuilder` for more information, this
function accepts the same arguments plus two additional).
Additional arguments (only if ``base_url`` is not specified):