From 44bbbc9a90fd8a413dfa3d527b39659345d903b2 Mon Sep 17 00:00:00 2001 From: clearml <> Date: Tue, 19 Nov 2024 17:56:19 +0200 Subject: [PATCH] Fix typo --- clearml/automation/auto_scaler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearml/automation/auto_scaler.py b/clearml/automation/auto_scaler.py index 5e7c4cb0..bd3c56a1 100644 --- a/clearml/automation/auto_scaler.py +++ b/clearml/automation/auto_scaler.py @@ -15,7 +15,7 @@ from ..backend_api.session.client import APIClient from ..debugging import get_logger -# Worker's id in clearml would be composed from prefix, name, instance_type and cloud_id separated by ":" +# Worker's id in clearml would be composed of prefix, name, instance_type and cloud_id separated by ":" # Example: 'test:m1:g4dn.4xlarge:i-07cf7d6750455cb62' # cloud_id might be missing