From: Fred Drake Date: Mon, 14 Feb 2000 21:30:52 +0000 (+0000) Subject: Fix the question marks next to the expansions of some of the X-Git-Tag: v1.6a1~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b217687a6cb8f81db5040ccc6b5f1b25a6994c3a;p=python Fix the question marks next to the expansions of some of the colorspace name abbreviations, based on email from Gerrit Holl . --- diff --git a/Lib/colorsys.py b/Lib/colorsys.py index 8a096dc2f1..4a62f9df98 100644 --- a/Lib/colorsys.py +++ b/Lib/colorsys.py @@ -11,8 +11,8 @@ Inputs outside this range may cause exceptions or invalid outputs. Supported color systems: RGB: Red, Green, Blue components YIQ: used by composite video signals -HLS: Hue, Luminance, S??? -HSV: Hue, Saturation, Value(?) +HLS: Hue, Luminance, Saturation +HSV: Hue, Saturation, Value """ # References: # XXX Where's the literature?