Skip to content

Commit

Permalink
fix code block error (#539)
Browse files Browse the repository at this point in the history
add a comma to code block to make it work

Co-authored-by: Peter Doggart <[email protected]>
  • Loading branch information
Zhilinlinlin and peter-doggart authored Jul 24, 2024
1 parent 29dd1fa commit f1eeaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/scaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f1eeaa0

Please sign in to comment.