From b217687a6cb8f81db5040ccc6b5f1b25a6994c3a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 14 Feb 2000 21:30:52 +0000 Subject: [PATCH] Fix the question marks next to the expansions of some of the colorspace name abbreviations, based on email from Gerrit Holl . --- Lib/colorsys.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/colorsys.py b/Lib/colorsys.py index 8a096dc2f13..4a62f9df987 100644 --- a/Lib/colorsys.py +++ b/Lib/colorsys.py @@ -11,8 +11,8 @@ 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?