parameter name change

This commit is contained in:
Eric Soroos 2017-11-13 11:59:12 +00:00
parent 68b960ca2f
commit 52b6894865

View File

@ -59,7 +59,7 @@ class TestImageTransform(PillowTestCase):
(0, 0,
w*2, h*2),
Image.BILINEAR,
fill = 'red')
fillcolor = 'red')
self.assertEqual(transformed.getpixel((w-1,h-1)), (255,0,0))