From d072ae3ae49a024d7a8b463f87fad72ef5e954cf Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Fri, 6 Aug 2021 13:28:58 -0500 Subject: [PATCH] make pretty --- sanic/blueprints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/blueprints.py b/sanic/blueprints.py index 49a91e56..bd029c3b 100644 --- a/sanic/blueprints.py +++ b/sanic/blueprints.py @@ -166,7 +166,7 @@ class Blueprint(BaseSanic): :param name: unique name of the blueprint :param url_prefix: URL to be prefixed before all route URLs :param version: Blueprint Version - :param version_prefix: the prefix of the version number shown in the + :param version_prefix: the prefix of the version number shown in the URL. :param strict_slashes: Enforce the API urls are requested with a trailing */*