forked from orbit-oss/flask
docs: :exc:TypeError
This commit is contained in:
parent
5562acfdfc
commit
1501b79293
5 changed files with 5 additions and 5 deletions
|
|
@ -379,7 +379,7 @@ class Flask(_PackageBoundObject):
|
|||
#: A list of functions that are called when :meth:`url_for` raises a
|
||||
#: :exc:`~werkzeug.routing.BuildError`. Each function registered here
|
||||
#: is called with `error`, `endpoint` and `values`. If a function
|
||||
#: returns ``None`` or raises a `BuildError` the next function is
|
||||
#: returns ``None`` or raises a :exc:`BuildError` the next function is
|
||||
#: tried.
|
||||
#:
|
||||
#: .. versionadded:: 0.9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue