diff --git a/pycmx/cdl.py b/pycmx/cdl.py index db03ab2..70be8ef 100644 --- a/pycmx/cdl.py +++ b/pycmx/cdl.py @@ -14,7 +14,7 @@ class Rgb(NamedTuple, Generic[T]): class AscSopComponents(NamedTuple, Generic[T]): """ - Fields in an ASC SOP (Slope-Offset-Power) color transfer function + Fields in an ASC SOP (Slope-Offset-Power) color transfer function statement """ slope: Rgb[T]