From c85e0e915b3bd5f40814ec1ebdcff2b6d3b860d8 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Wed, 17 Sep 2014 21:36:59 -0700 Subject: [PATCH] Image.close() docstring: use correct "its" --- PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/Image.py b/PIL/Image.py index cd1e450ee..a7491fd83 100644 --- a/PIL/Image.py +++ b/PIL/Image.py @@ -530,7 +530,7 @@ class Image: """ Closes the file pointer, if possible. - This operation will destroy the image core and release it's memory. + This operation will destroy the image core and release its memory. The image data will be unusable afterward. This function is only required to close images that have not