diff --git a/devices/clients/ini_client.py b/devices/clients/ini_client.py index fba170090b7c8e359077f23987065ea09c1409ea..cfa58dcc480f4568eb46c5753eb5f6c142d504c5 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):