diff --git a/rally/consts.py b/rally/consts.py index 36eefa8e..1adbbfd5 100644 --- a/rally/consts.py +++ b/rally/consts.py @@ -14,11 +14,11 @@ # under the License. """ -There is a lot of situation when we would like to work with Enum or consts. +There is a lot of situations when we would like to work with Enum or Const. E.g. work around Tasks. We would like to use Enum in DB to store status of task and also in migration that creates DB and in business logic to set some status -so to avoid copy paste or direct usage of enums values we create singletons -for each enum. (e.g TaskStatus) +so as to avoid copy paste or direct usage of enums values we create singletons +for each enum. (e.g. TaskStatus) """ from rally.common import utils