forked from orbit-oss/flask
Merge pull request #3739 from WolframAlph/typo-fix
fixed #3738 typo in src/flask/blueprints.py
This commit is contained in:
commit
8952a17871
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