corrected comment

This commit is contained in:
Ondrej Baranovič 2021-03-27 02:06:36 +01:00 committed by GitHub
parent 49fa3656b1
commit 9872d57e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)),