From ebb33d037703849bd44a6b4a708f83466c70050a Mon Sep 17 00:00:00 2001 From: Zhilinlinlin Date: Thu, 4 May 2023 11:19:06 +0800 Subject: [PATCH] fix code block error add a comma to code block to make it work --- doc/scaling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scaling.rst b/doc/scaling.rst index 7b390ba5..22e0996a 100644 --- a/doc/scaling.rst +++ b/doc/scaling.rst @@ -243,7 +243,7 @@ Each `apivX` module will have the following pattern: from .apis.namespaceX import api as nsX blueprint = Blueprint('api', __name__, url_prefix='/api/1') - api = Api(blueprint + api = Api(blueprint, title='My Title', version='1.0', description='A description',