From 63e8420ef668022c1e259d736d376e68adcfeca8 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sun, 1 Nov 2020 14:05:52 +1100 Subject: [PATCH] Removed docstring sentence Co-authored-by: Hugo van Kemenade --- src/PIL/IcnsImagePlugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PIL/IcnsImagePlugin.py b/src/PIL/IcnsImagePlugin.py index d7aeb5358..b5de09945 100644 --- a/src/PIL/IcnsImagePlugin.py +++ b/src/PIL/IcnsImagePlugin.py @@ -314,7 +314,6 @@ def _save(im, fp, filename): Saves the image as a series of PNG files, that are then converted to a .icns file - Support for arbitrary systems """ if hasattr(fp, "flush"): fp.flush()