Removed docstring sentence

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
Andrew Murray 2020-11-01 14:05:52 +11:00 committed by GitHub
parent b214c2d73e
commit 63e8420ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()