]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Oops, one more "x, y, z" to convert...
authorFred Drake <fdrake@acm.org>
Thu, 25 Feb 1999 14:26:02 +0000 (14:26 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 25 Feb 1999 14:26:02 +0000 (14:26 +0000)
Lib/colorsys.py

index dd6865cbe0f30ff77a0361ea54c270ebb2da4876..8a096dc2f13181b0b820917a9a3c7c7fa6d86ecf 100644 (file)
@@ -3,7 +3,7 @@
 This modules provides two functions for each color system ABC:
 
   rgb_to_abc(r, g, b) --> a, b, c
-  abc_to_rgb(x, y, z) --> r, g, b
+  abc_to_rgb(a, b, c) --> r, g, b
 
 All inputs and outputs are triples of floats in the range [0.0...1.0].
 Inputs outside this range may cause exceptions or invalid outputs.