Skip to content

Commit d659ec4

Browse files
authored
Update flask_rest_api_tutorial.py
fixing code rendering
1 parent 4b02625 commit d659ec4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

intermediate_source/flask_rest_api_tutorial.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@ def predict():
243243
######################################################################
244244
# The ``app.py`` file is now complete. Following is the full version:
245245
#
246-
# ::
246+
# .. code-block:: javascript
247+
# :linenos:
248+
#
247249
# import io
248250
# import json
249251
#

0 commit comments

Comments
 (0)