mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-01 03:33:21 +03:00
Fixed typo
This commit is contained in:
parent
e3675f95fb
commit
2c11974b86
|
@ -1056,7 +1056,7 @@ class TiffImageFile(ImageFile.ImageFile):
|
|||
@size.setter
|
||||
def size(self, value):
|
||||
warnings.warn(
|
||||
'Setting the size of a TIFF image direcly is deprecated, and will '
|
||||
'Setting the size of a TIFF image directly is deprecated, and will'
|
||||
' be removed in a future version. Use the resize method instead.',
|
||||
DeprecationWarning
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user