From 9e8a8f98a62fa41ae438b2fad8a43a1aef7b4cd6 Mon Sep 17 00:00:00 2001 From: Elisabetta <elisabetta.giani@inaf.it> Date: Thu, 17 Dec 2020 13:16:58 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/ska/base/csp_subelement_subarray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ska/base/csp_subelement_subarray.py b/src/ska/base/csp_subelement_subarray.py index 4da2dd82..4cd81217 100644 --- a/src/ska/base/csp_subelement_subarray.py +++ b/src/ska/base/csp_subelement_subarray.py @@ -196,7 +196,7 @@ class CspSubElementSubarray(SKASubarray): device._config_id = '' device._last_scan_configuration = '' - # _list_of_devices_completed_task: for eaxh task/command reports + # _list_of_devices_completed_task: for each task/command reports # the list of the devices that successfully completed the task. # Implemented as a defualt dictionary: # keys: the command name in lower case (configurescan, assignresources, etc.) -- GitLab