Update sanic/blueprints.py

This commit is contained in:
Adam Hopkins 2021-08-09 20:58:24 +03:00 committed by GitHub
parent 903de13c97
commit 8588c77842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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