forked from orbit-oss/flask
clean up
This commit is contained in:
parent
a417e41d27
commit
9560f22bb6
2 changed files with 8 additions and 16 deletions
|
|
@ -1485,8 +1485,8 @@ class Flask(_PackageBoundObject):
|
|||
context it would also be called when you pop a request context.
|
||||
|
||||
When a teardown function was called because of an unhandled exception
|
||||
it will be passed an error object. Note that if a :meth:`errorhandler`
|
||||
is registered, it will handle the exception and the teardown will not
|
||||
it will be passed an error object. If an :meth:`errorhandler` is
|
||||
registered, it will handle the exception and the teardown will not
|
||||
receive it.
|
||||
|
||||
The return values of teardown functions are ignored.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue