Fix typo in docs for error_handler_spec
This commit is contained in:
parent
5689ef3639
commit
c021e58775
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ class Flask(_PackageBoundObject):
|
||||||
#: A dictionary of all registered error handlers. The key is `None`
|
#: A dictionary of all registered error handlers. The key is `None`
|
||||||
#: for error handlers active on the application, otherwise the key is
|
#: for error handlers active on the application, otherwise the key is
|
||||||
#: the name of the blueprint. Each key points to another dictionary
|
#: the name of the blueprint. Each key points to another dictionary
|
||||||
#: where they key is the status code of the http exception. The
|
#: where the key is the status code of the http exception. The
|
||||||
#: special key `None` points to a list of tuples where the first item
|
#: special key `None` points to a list of tuples where the first item
|
||||||
#: is the class for the instance check and the second the error handler
|
#: is the class for the instance check and the second the error handler
|
||||||
#: function.
|
#: function.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue