mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-13 00:34:46 +03:00
Update src/PIL/Image.py
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
8cce08891c
commit
37ff4b9c70
|
@ -1284,7 +1284,7 @@ class Image:
|
|||
:param threshold: Early stopping condition for the algorithm.
|
||||
Higher values correspond with increased color differences. The
|
||||
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"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user