Merge pull request #3739 from WolframAlph/typo-fix

fixed #3738 typo in src/flask/blueprints.py
This commit is contained in:
Joshua Bronson 2020-08-23 08:18:26 -04:00 committed by GitHub
commit 8952a17871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.