Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit aaa425a

Browse files
mumbleskatesgtaylor
authored andcommitted
fix incorrect docstring (#74)
1 parent fa1aa63 commit aaa425a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

colormath/color_conversions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ def XYZ_to_IPT(cobj, *args, **kwargs):
879879
@color_conversion_function(IPTColor, XYZColor)
880880
def IPT_to_XYZ(cobj, *args, **kwargs):
881881
"""
882-
Converts XYZ to IPT.
882+
Converts IPT to XYZ.
883883
"""
884884

885885
ipt_values = numpy.array(cobj.get_value_tuple())

0 commit comments

Comments
 (0)