Merge branch 'main' into signal-routing

This commit is contained in:
Adam Hopkins 2021-10-17 11:32:28 +03:00 committed by GitHub
commit 67af205d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@ class BlueprintGroup(MutableSequence):
:param args: List of Python exceptions to be caught by the handler :param args: List of Python exceptions to be caught by the handler
:param kwargs: Additional optional arguments to be passed to the :param kwargs: Additional optional arguments to be passed to the
exception handler exception handler
:return a decorated method to handle global exceptions for any :return: a decorated method to handle global exceptions for any
blueprint registered under this group. blueprint registered under this group.
""" """