From fb58be6a95bf4c8cd894dc814fa573e037f43c57 Mon Sep 17 00:00:00 2001 From: Stephen Hill Date: Fri, 21 Aug 2015 00:58:57 -0400 Subject: [PATCH] Another minor typo fix --- aces_1.0.0/python/aces_ocio/colorspaces/aces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aces_1.0.0/python/aces_ocio/colorspaces/aces.py b/aces_1.0.0/python/aces_ocio/colorspaces/aces.py index a299c16..0d51dd8 100644 --- a/aces_1.0.0/python/aces_ocio/colorspaces/aces.py +++ b/aces_1.0.0/python/aces_ocio/colorspaces/aces.py @@ -297,8 +297,8 @@ def create_ACEScg(): cs.from_reference_transforms = [] - # Commented out because having specifying the inverse matrix causes - # some of OCIO's checks to see if a set of transforms can be collapsed + # Commented out because specifying the inverse matrix causes some + # of OCIO's checks to see if a set of transforms can be collapsed # to fail. # *AP1* primaries to *AP0* primaries -- 1.7.10.4