From d9b8d970b2496cc525b618fa26f5e74edf2708eb Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 12 Apr 2018 23:42:35 +0300 Subject: [PATCH] edit doctring [ci skip] --- src/PIL/ImageFilter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PIL/ImageFilter.py b/src/PIL/ImageFilter.py index 6fcb3683f..3c1684020 100644 --- a/src/PIL/ImageFilter.py +++ b/src/PIL/ImageFilter.py @@ -413,8 +413,8 @@ class Color3DLUT(MultibandFilter): :param with_normals: If true, ``callback`` will be called with coordinates in the color cube as the first three arguments. Otherwise, ``callback`` - will be called only with actual values of colors. - :param channels: Number of colors in the resulted lookup table. + will be called only with actual color values. + :param channels: Number of channels in the resulted lookup table. :param target_mode: Passed to the constructor of the resulted lookup table. """