From 7622885f3c1cde56184a355c386399f96cbfe86c Mon Sep 17 00:00:00 2001 From: wiredfool Date: Tue, 13 Jun 2017 14:23:18 -0700 Subject: [PATCH] s/warning/note/ --- PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/Image.py b/PIL/Image.py index 1a94fec3a..cd1558ae1 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -1051,7 +1051,7 @@ class Image(object): in place. If the image has already been loaded, this method has no effect. - Warning: This method is not implemented for most images. It is + Note: This method is not implemented for most images. It is currently implemented only for JPEG and PCD images. :param mode: The requested mode.