From 3262878ebd41aa2230ef15d4475bbcf223b2356b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20P=C3=A9rez?= <25409753+prryplatypus@users.noreply.github.com> Date: Sun, 10 Oct 2021 21:41:45 +0200 Subject: [PATCH] Fix docs error (#2269) --- sanic/blueprint_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/blueprint_group.py b/sanic/blueprint_group.py index 8bec376d..a9b51410 100644 --- a/sanic/blueprint_group.py +++ b/sanic/blueprint_group.py @@ -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. """