Remove extra backtick

This commit is contained in:
Numerlor 2022-06-05 02:57:49 +02:00
parent 696d7c620d
commit 72cae9ce2b
No known key found for this signature in database
GPG key ID: DD71C83C10941CD8

View file

@ -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