diff --git a/PIL/Image.py b/PIL/Image.py index fe4f47295..e064ed9ef 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -522,7 +522,7 @@ class Image: """ Closes the file pointer, if possible. - This operation will destroy the image core and release its memory. + This operation will destroy the image core and release it's memory. The image data will be unusable afterward. This function is only required to close images that have not