From dbe7ed82a1a9d64ed9a3d0183df7c09d6b9465ae Mon Sep 17 00:00:00 2001 From: zhufl Date: Mon, 6 Jan 2020 11:27:08 +0800 Subject: Fix duplicated words issue like "can be be used" This is to fix the duplicated words issue like "can be be used for load distribution" Change-Id: I3125e1367353b97eaf67386d232e24a31eacab2b --- heat/common/lifecycle_plugin_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heat/common') diff --git a/heat/common/lifecycle_plugin_utils.py b/heat/common/lifecycle_plugin_utils.py index c1a4bd007..48745889e 100644 --- a/heat/common/lifecycle_plugin_utils.py +++ b/heat/common/lifecycle_plugin_utils.py @@ -30,7 +30,7 @@ def get_plug_point_class_instances(): The list of class instances is sorted using get_ordinal methods on the plug point classes. If class1.ordinal() < class2.ordinal(), - then class1 will be before before class2 in the list. + then class1 will be before class2 in the list. """ global pp_class_instances if pp_class_instances is None: -- cgit v1.2.1