Changed string to comment

This commit is contained in:
Andrew Murray 2019-02-03 15:59:24 +11:00
parent fbaf87ae03
commit a33e71a9df

View File

@ -30,7 +30,7 @@ class Test_IFDRational(PillowTestCase):
self._test_equal(1, 2, IFDRational(1, 2))
def test_nonetype(self):
" Fails if the _delegate function doesn't return a valid function"
# Fails if the _delegate function doesn't return a valid function
xres = IFDRational(72)
yres = IFDRational(72)