mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
corrected comment
This commit is contained in:
parent
49fa3656b1
commit
9872d57e3b
|
@ -145,9 +145,8 @@ class TestImageTransform:
|
|||
|
||||
def _test_nearest(self, op, mode):
|
||||
# create white image with half transparent,
|
||||
# with the black half transparent.
|
||||
# do op,
|
||||
# the image should be white with half transparent
|
||||
# the image should remain white with half transparent
|
||||
transparent, opaque = {
|
||||
"RGBA": ((255, 255, 255, 0), (255, 255, 255, 255)),
|
||||
"LA": ((255, 0), (255, 255)),
|
||||
|
|
Loading…
Reference in New Issue
Block a user