From 8588c77842eac2aa6bdb6c778b3c00b86dfb77e7 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Mon, 9 Aug 2021 20:58:24 +0300 Subject: [PATCH] Update sanic/blueprints.py --- sanic/blueprints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/blueprints.py b/sanic/blueprints.py index 098fd48f..dfc8240c 100644 --- a/sanic/blueprints.py +++ b/sanic/blueprints.py @@ -171,7 +171,7 @@ class Blueprint(BaseSanic): trailing */* :param with_registration: whether register new blueprint instance with sanic apps that were registered with the old instance or not. - :param with_ctx: whether `ctx` will be copied or not. + :param with_ctx: whether ``ctx`` will be copied or not. """ attrs_backup = {