summaryrefslogtreecommitdiff
path: root/heat/common
diff options
context:
space:
mode:
authorzhufl <zhu.fanglei@zte.com.cn>2020-01-06 11:27:08 +0800
committerzhufl <zhu.fanglei@zte.com.cn>2020-01-06 11:27:08 +0800
commitdbe7ed82a1a9d64ed9a3d0183df7c09d6b9465ae (patch)
treeecc77c78f54ff0f82f2c6b4ddbc269918cfcf069 /heat/common
parent9c6fd452b7585f41a0ac3cf10f441f42eea9d6e3 (diff)
downloadheat-dbe7ed82a1a9d64ed9a3d0183df7c09d6b9465ae.tar.gz
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
Diffstat (limited to 'heat/common')
-rw-r--r--heat/common/lifecycle_plugin_utils.py2
1 files changed, 1 insertions, 1 deletions
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: