From 2c11974b86f9bbb095a0cc54e876823854ad0a10 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 30 Sep 2018 21:09:42 +1000 Subject: [PATCH] Fixed typo --- src/PIL/TiffImagePlugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PIL/TiffImagePlugin.py b/src/PIL/TiffImagePlugin.py index d18ca39d8..5059a1324 100644 --- a/src/PIL/TiffImagePlugin.py +++ b/src/PIL/TiffImagePlugin.py @@ -1056,8 +1056,8 @@ class TiffImageFile(ImageFile.ImageFile): @size.setter def size(self, value): warnings.warn( - 'Setting the size of a TIFF image direcly is deprecated, and will ' - 'be removed in a future version. Use the resize method instead.', + 'Setting the size of a TIFF image directly is deprecated, and will' + ' be removed in a future version. Use the resize method instead.', DeprecationWarning ) self._size = value