diff --git a/omf/surface.py b/omf/surface.py index 8715d67c..34a7f5cb 100644 --- a/omf/surface.py +++ b/omf/surface.py @@ -95,7 +95,8 @@ class TensorGridSurface(BaseSurfaceElement): # pylint: disable=R0901 length=1, ) offset_w = ArrayInstanceProperty( - "Node offset", + "Node offset normal to the plane defined by axis_u and axis_v; " + "if unset, the surface is flat", shape=("*",), dtype=float, required=False,