Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bff3ae1

Browse files
committed
Oops, one more "x, y, z" to convert...
1 parent 8720917 commit bff3ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/colorsys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This modules provides two functions for each color system ABC:
44
55
rgb_to_abc(r, g, b) --> a, b, c
6-
abc_to_rgb(x, y, z) --> r, g, b
6+
abc_to_rgb(a, b, c) --> r, g, b
77
88
All inputs and outputs are triples of floats in the range [0.0...1.0].
99
Inputs outside this range may cause exceptions or invalid outputs.

0 commit comments

Comments
 (0)