From 75e7cef3170123537571a606cf72b9666f79ab30 Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Fri, 6 Jun 2014 20:16:08 +0100 Subject: [PATCH] Fix a few its/it's incorrect usages --- PIL/Image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/Image.py b/PIL/Image.py index e064ed9ef..fe4f47295 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 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