forked from orbit-oss/flask
Fixed typo
This commit is contained in:
parent
f4269b1fe7
commit
e409bc792d
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue