From 1f1b65a62576bc6a2f9cd27e9a725f0554fc70c7 Mon Sep 17 00:00:00 2001 From: WolframAlph Date: Sun, 23 Aug 2020 08:56:24 +0200 Subject: [PATCH] fixed #3738 typo in src/flask/blueprints.py --- src/flask/blueprints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flask/blueprints.py b/src/flask/blueprints.py index 2e030861..9f27ec6d 100644 --- a/src/flask/blueprints.py +++ b/src/flask/blueprints.py @@ -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.