From a0c2bc77bf301c649d8cd395534711b61754a5e8 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 18:29:08 -0800 Subject: [PATCH] documentation --- pycmx/edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycmx/edit.py b/pycmx/edit.py index 81e6263..256225d 100644 --- a/pycmx/edit.py +++ b/pycmx/edit.py @@ -165,7 +165,7 @@ class Edit: Get ASC CDL Slope-Offset-Power transfer function for the edit, if present. The ASC SOP is a transfer function of the form: - $ y = (ax + b)^p $ + :math:`y = (ax + b)^p` for each color component the source, where the `slope` is `a`, `offset` is `b` and `power` is `c`.