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:
georgschoelly 2016-06-26 22:32:47 +02:00 committed by David Lord
parent 1928f28a68
commit 67e391921c
1 changed files with 1 additions and 1 deletions

View File

@ -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