forked from orbit-oss/flask
fixed #3738 typo in src/flask/blueprints.py
This commit is contained in:
parent
e071734b4e
commit
1f1b65a625
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class Blueprint(Scaffold):
|
|||
default.
|
||||
:param url_defaults: A dict of default values that blueprint routes
|
||||
will receive by default.
|
||||
:param root_path: By default, the blueprint will automatically this
|
||||
:param root_path: By default, the blueprint will automatically set this
|
||||
based on ``import_name``. In certain situations this automatic
|
||||
detection can fail, so the path can be specified manually
|
||||
instead.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue