summaryrefslogtreecommitdiff
path: root/Lib/colorsys.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-02-14 21:30:52 +0000
committerFred Drake <fdrake@acm.org>2000-02-14 21:30:52 +0000
commit1a847ca24893947e229f78879bf7280bc1b3f1ff (patch)
tree10af8bcfb805aa903ec304b0949b3ff7ef53dc09 /Lib/colorsys.py
parentb016cd62ca873fd6b2ab19e2ac633d639a3ac12b (diff)
downloadcpython-1a847ca24893947e229f78879bf7280bc1b3f1ff.tar.gz
Fix the question marks next to the expansions of some of the
colorspace name abbreviations, based on email from Gerrit Holl <gerrit.holl@pobox.com>.
Diffstat (limited to 'Lib/colorsys.py')
-rw-r--r--Lib/colorsys.py4
1 files changed, 2 insertions, 2 deletions
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?