Modify comment syntax error

This commit is contained in:
wanghaha-dev 2022-11-04 23:37:34 +08:00
parent cc66213e57
commit 08cd375108
14 changed files with 24 additions and 24 deletions

View file

@ -43,7 +43,7 @@ def create_app(test_config=None):
# make url_for('index') == url_for('blog.index')
# in another app, you might define a separate main index here with
# app.route, while giving the blog blueprint a url_prefix, but for
# app.route, while giving the blog blueprint an url_prefix, but for
# the tutorial the blog will be the main index
app.add_url_rule("/", endpoint="index")