mirror of https://github.com/pallets/flask.git
Fixed typo
This commit is contained in:
parent
f4269b1fe7
commit
e409bc792d
2
flask.py
2
flask.py
|
|
@ -1113,7 +1113,7 @@ class Flask(_PackageBoundObject):
|
||||||
with app.request_context(environ):
|
with app.request_context(environ):
|
||||||
do_something_with(request)
|
do_something_with(request)
|
||||||
|
|
||||||
:params environ: a WSGI environment
|
:param environ: a WSGI environment
|
||||||
"""
|
"""
|
||||||
return _RequestContext(self, environ)
|
return _RequestContext(self, environ)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue