diff --git a/pycmx/cdl.py b/pycmx/cdl.py index 03f6a36..0478220 100644 --- a/pycmx/cdl.py +++ b/pycmx/cdl.py @@ -11,7 +11,7 @@ T = TypeVar('T') class Rgb(Generic[T]): """ A tuple of three `T`s, where each is the respective red, green and blue - values of interest. + values of interest. """ red: T # : Red component