diff options
Diffstat (limited to 'Lib/colorsys.py')
-rw-r--r-- | Lib/colorsys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/colorsys.py b/Lib/colorsys.py index bc897bd..e97f917 100644 --- a/Lib/colorsys.py +++ b/Lib/colorsys.py @@ -24,7 +24,7 @@ HSV: Hue, Saturation, Value __all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb", "rgb_to_hsv","hsv_to_rgb"] -# Some floating point constants +# Some floating-point constants ONE_THIRD = 1.0/3.0 ONE_SIXTH = 1.0/6.0 |