forked from orbit-oss/flask
fix grammar in preprocess_request() docstring
This commit is contained in:
parent
4dc3c16c3d
commit
a45fce8496
1 changed files with 3 additions and 2 deletions
|
|
@ -1710,8 +1710,9 @@ class Flask(_PackageBoundObject):
|
||||||
|
|
||||||
def preprocess_request(self):
|
def preprocess_request(self):
|
||||||
"""Called before the actual request dispatching and will
|
"""Called before the actual request dispatching and will
|
||||||
call every as :meth:`before_request` decorated function.
|
call each :meth:`before_request` decorated function, passing no
|
||||||
If any of these function returns a value it's handled as
|
arguments.
|
||||||
|
If any of these functions returns a value, it's handled as
|
||||||
if it was the return value from the view and further
|
if it was the return value from the view and further
|
||||||
request handling is stopped.
|
request handling is stopped.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue