Fix unexpected indentation

This commit is contained in:
Hugo 2018-09-29 16:41:19 +03:00
parent 08274ae5aa
commit f4c3002b97

View File

@ -28,6 +28,7 @@ Now it supports three-color mapping with the optional ``mid`` parameter, and
the positions for all three color arguments can each be optionally specified
(``blackpoint``, ``whitepoint`` and ``midpoint``).
For example, with all optional arguments::
ImageOps.colorize(im, black=(32, 37, 79), white='white', mid=(59, 101, 175),
blackpoint=15, whitepoint=240, midpoint=100)