mirror of https://github.com/pallets/flask.git
fix docs: name of url_value_preprocessor method (#1932)
This typo got introduced in 5da1fc2215,
the original commit for the url_value_preprocessor decorator.
This commit is contained in:
parent
1928f28a68
commit
67e391921c
|
|
@ -1804,7 +1804,7 @@ class Flask(_PackageBoundObject):
|
|||
if it was the return value from the view and further
|
||||
request handling is stopped.
|
||||
|
||||
This also triggers the :meth:`url_value_processor` functions before
|
||||
This also triggers the :meth:`url_value_preprocessor` functions before
|
||||
the actual :meth:`before_request` functions are called.
|
||||
"""
|
||||
bp = _request_ctx_stack.top.request.blueprint
|
||||
|
|
|
|||
Loading…
Reference in New Issue