Browse Source

fix docs: name of url_value_preprocessor method (#1932)

This typo got introduced in 5da1fc2215,
the original commit for the url_value_preprocessor decorator.
pull/1936/head
georgschoelly 8 years ago committed by David Lord
parent
commit
67e391921c
  1. 2
      flask/app.py

2
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

Loading…
Cancel
Save