From 600305eb856c4e9cf25fe130e39a5eb59caca728 Mon Sep 17 00:00:00 2001 From: Matt Terry Date: Mon, 19 Aug 2013 11:04:29 -0700 Subject: [PATCH] doc quickfix --- skimage/color/delta_e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/color/delta_e.py b/skimage/color/delta_e.py index 18cfca98..ea08e13f 100644 --- a/skimage/color/delta_e.py +++ b/skimage/color/delta_e.py @@ -312,7 +312,7 @@ def get_dH2(lab1, lab2): """squared hue difference term occurring in deltaE_cmc and deltaE_ciede94 Despite its name "dH" is not a simple difference of hue values. We avoid - working directly with the hue value directly since differencing angles is + working directly with the hue value since differencing angles is troublesome. The hue term is usually written as: c1 = sqrt(a1**2 + b1**2) c2 = sqrt(a2**2 + b2**2)