From 9522544d2f661e1b2c54919266bf9328066c18a4 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 7 May 2021 11:49:16 +0000 Subject: [PATCH] Update ini_client.py --- devices/clients/ini_client.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devices/clients/ini_client.py b/devices/clients/ini_client.py index fba170090..cfa58dcc4 100644 --- a/devices/clients/ini_client.py +++ b/devices/clients/ini_client.py @@ -30,8 +30,9 @@ import os class ini_client(CommClient): """ - this class provides an example implementation of a comms_client. - Durirng initialisation it creates a correctly shaped zero filled value. on read that value is returned and on write its modified. + This class provides an example implementation of a comms_client. + + During initialisation, it creates a correctly shaped zero-filled value. On read, that value is returned, and on write it is modified. """ def start(self): -- GitLab