Merge pull request #4620 from Numerlor/remove-extra-backtick
Remove extra backtick in docs
This commit is contained in:
commit
5e40aa22af
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class Scaffold:
|
|||
self.view_functions: t.Dict[str, t.Callable] = {}
|
||||
|
||||
#: A data structure of registered error handlers, in the format
|
||||
#: ``{scope: {code: {class: handler}}}```. The ``scope`` key is
|
||||
#: ``{scope: {code: {class: handler}}}``. The ``scope`` key is
|
||||
#: the name of a blueprint the handlers are active for, or
|
||||
#: ``None`` for all requests. The ``code`` key is the HTTP
|
||||
#: status code for ``HTTPException``, or ``None`` for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue