mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 11:26:17 +03:00
Removed docstring sentence
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
b214c2d73e
commit
63e8420ef6
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user