fixed #3738 typo in src/flask/blueprints.py

This commit is contained in:
WolframAlph 2020-08-23 08:56:24 +02:00
parent e071734b4e
commit 1f1b65a625

View file

@ -121,7 +121,7 @@ class Blueprint(Scaffold):
default. default.
:param url_defaults: A dict of default values that blueprint routes :param url_defaults: A dict of default values that blueprint routes
will receive by default. 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 based on ``import_name``. In certain situations this automatic
detection can fail, so the path can be specified manually detection can fail, so the path can be specified manually
instead. instead.