summaryrefslogtreecommitdiff
path: root/heat/common/lifecycle_plugin_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/common/lifecycle_plugin_utils.py')
-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: