mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-02 20:23:22 +03:00
Fixed typo
This commit is contained in:
parent
e3675f95fb
commit
2c11974b86
|
@ -1056,7 +1056,7 @@ class TiffImageFile(ImageFile.ImageFile):
|
||||||
@size.setter
|
@size.setter
|
||||||
def size(self, value):
|
def size(self, value):
|
||||||
warnings.warn(
|
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.',
|
' be removed in a future version. Use the resize method instead.',
|
||||||
DeprecationWarning
|
DeprecationWarning
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user