This commit is contained in:
2025-07-14 12:19:40 +00:00
parent 04bf5aaa52
commit 5f367e0185

View File

@ -73,7 +73,7 @@ class Services(object):
@property
def all_cloud_environments(self):
"Service Categories data listing."
"Cloud Environments data listing."
return copy.deepcopy(self._service_data["cloud_environments"])
@property