From 184437b438903ce6857e629c8409dade89b66966 Mon Sep 17 00:00:00 2001 From: Fluency <93673101+fluencydoc@users.noreply.github.com> Date: Tue, 14 Dec 2021 21:55:18 -0400 Subject: [PATCH] Fixed docstring length --- 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 969df60c..e75bcd53 100644 --- a/src/flask/blueprints.py +++ b/src/flask/blueprints.py @@ -332,7 +332,7 @@ class Blueprint(Scaffold): :param bp_dict: A dictionary of breakpoint information. :type bp_dict: dict(str, list(int)) - :param parent_dict: The parent to which the child is being added. This function will extend it in-place and return None. If you want to use the result, assign it like this ``parent = extend(bp_dict, parent)`` . + :param parent_dict: The parent to which the child is being added. Written by Trelent