We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148b3c2 commit bf92900Copy full SHA for bf92900
1 file changed
stdlib/colorsys.pyi
@@ -9,7 +9,7 @@ def hls_to_rgb(h: float, l: float, s: float) -> tuple[float, float, float]: ...
9
def rgb_to_hsv(r: float, g: float, b: float) -> tuple[float, float, float]: ...
10
def hsv_to_rgb(h: float, s: float, v: float) -> tuple[float, float, float]: ...
11
12
-# TODO: undocumented
+# undocumented
13
ONE_SIXTH: Final[float]
14
ONE_THIRD: Final[float]
15
TWO_THIRD: Final[float]
0 commit comments