]> granicus.if.org Git - python/commitdiff
Fix the question marks next to the expansions of some of the
authorFred Drake <fdrake@acm.org>
Mon, 14 Feb 2000 21:30:52 +0000 (21:30 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 14 Feb 2000 21:30:52 +0000 (21:30 +0000)
colorspace name abbreviations, based on email from Gerrit Holl
<gerrit.holl@pobox.com>.

Lib/colorsys.py

index 8a096dc2f13181b0b820917a9a3c7c7fa6d86ecf..4a62f9df987b2600f0a6eb5e52d14d4bb20fecb7 100644 (file)
@@ -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?