From 37ff4b9c7032543318d017e65a85220845fc6602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronald=20Lencevi=C4=8Dius?= Date: Wed, 19 Aug 2020 08:28:34 -0700 Subject: [PATCH] Update src/PIL/Image.py Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- src/PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/Image.py b/src/PIL/Image.py index e8e9127de..a6c511106 100644 --- a/src/PIL/Image.py +++ b/src/PIL/Image.py @@ -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"):