Skip to content

Commit f1eeaa0

Browse files
fix code block error (#539)
add a comma to code block to make it work Co-authored-by: Peter Doggart <[email protected]>
1 parent 29dd1fa commit f1eeaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/scaling.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Each `apivX` module will have the following pattern:
243243
from .apis.namespaceX import api as nsX
244244
245245
blueprint = Blueprint('api', __name__, url_prefix='/api/1')
246-
api = Api(blueprint
246+
api = Api(blueprint,
247247
title='My Title',
248248
version='1.0',
249249
description='A description',

0 commit comments

Comments
 (0)