Fix docs error (#2269)

This commit is contained in:
Néstor Pérez 2021-10-10 21:41:45 +02:00 committed by GitHub
parent 5e12edbc38
commit 3262878ebd
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 kwargs: Additional optional arguments to be passed to the
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.
"""