summaryrefslogtreecommitdiff
path: root/heat/common
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-11 21:19:08 +0000
committerGerrit Code Review <review@openstack.org>2021-03-11 21:19:08 +0000
commit4d07bb79145eaf278575c6451d48bb67767acdb4 (patch)
treef88e4f7126676813d583a3e4765afc9fa0bef45c /heat/common
parent9c37e0457c789c50ceabb95c50b8eeca219c3ebf (diff)
parentdbe7ed82a1a9d64ed9a3d0183df7c09d6b9465ae (diff)
downloadheat-4d07bb79145eaf278575c6451d48bb67767acdb4.tar.gz
Merge "Fix duplicated words issue like "can be be used""
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: