From 67e391921c50f02190be8407d4a02efe8d2d28f6 Mon Sep 17 00:00:00 2001 From: georgschoelly Date: Sun, 26 Jun 2016 22:32:47 +0200 Subject: [PATCH] fix docs: name of url_value_preprocessor method (#1932) This typo got introduced in 5da1fc22153032923b1560a34a0f346d6517a12d, the original commit for the url_value_preprocessor decorator. --- flask/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/app.py b/flask/app.py index cb81b0c6..dac7fe26 100644 --- a/flask/app.py +++ b/flask/app.py @@ -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