From f5c1c250eacbbb9c89d90be2ddec4ff4ec53d9ac Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 15 Jun 2021 21:11:24 +0200 Subject: [PATCH] L2SS-244: Improved comment --- devices/util/attribute_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/util/attribute_wrapper.py b/devices/util/attribute_wrapper.py index 5953a1c8c..1890ca4b1 100644 --- a/devices/util/attribute_wrapper.py +++ b/devices/util/attribute_wrapper.py @@ -21,7 +21,7 @@ class attribute_wrapper(attribute): comms_annotation: data passed along to the attribute. can be given any form of data. handling is up to client implementation datatype: any numpy datatype - dims: dimensions of the attribute as a tuple, or (1,) for a scalar. + dims: dimensions of the attribute as a tuple. For scalars, use (1,). init_value: value """ -- GitLab