Update src/PIL/Image.py

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Ronald Lencevičius 2020-08-19 08:28:34 -07:00 committed by GitHub
parent 8cce08891c
commit 37ff4b9c70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1284,7 +1284,7 @@ class Image:
:param threshold: Early stopping condition for the algorithm. :param threshold: Early stopping condition for the algorithm.
Higher values correspond with increased color differences. The Higher values correspond with increased color differences. The
default is set to 1 (corresponding to 1 pixel difference). default is set to 1 (corresponding to 1 pixel difference).
:returns: An unsorted list of (pixel) values. :returns: An unsorted list of pixel values.
""" """
if self.mode in ("F", "I", "L", "P"): if self.mode in ("F", "I", "L", "P"):