diff --git a/devices/clients/ini_client.py b/devices/clients/ini_client.py index 03583e7e3e0e66450e90bb50e203ec850a94e88f..ff94ab9daeeb3472efe5b93b6d5c7e9274ba2307 100644 --- a/devices/clients/ini_client.py +++ b/devices/clients/ini_client.py @@ -32,8 +32,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):