Skip to content

Commit a5214a0

Browse files
committed
update colorsys to 3.13.3
1 parent a85a843 commit a5214a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/colorsys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
__all__ = ["rgb_to_yiq","yiq_to_rgb","rgb_to_hls","hls_to_rgb",
2525
"rgb_to_hsv","hsv_to_rgb"]
2626

27-
# Some floating point constants
27+
# Some floating-point constants
2828

2929
ONE_THIRD = 1.0/3.0
3030
ONE_SIXTH = 1.0/6.0

0 commit comments

Comments
 (0)