doc quickfix

This commit is contained in:
Matt Terry
2013-08-19 11:04:29 -07:00
parent b6f72c606d
commit 600305eb85
+1 -1
View File
@@ -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)