From 9415407b833d025a7153443d39b6a688deaaa82f Mon Sep 17 00:00:00 2001 From: Ben Williams Date: Fri, 6 Jun 2014 21:42:20 +0100 Subject: [PATCH] Fix a its/it's incorrect usage --- 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