From a33e71a9dfb0fcbee75389785f8509d30cc165d5 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 3 Feb 2019 15:59:24 +1100 Subject: [PATCH] Changed string to comment --- Tests/test_tiff_ifdrational.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_tiff_ifdrational.py b/Tests/test_tiff_ifdrational.py index bd767b931..99fa375bd 100644 --- a/Tests/test_tiff_ifdrational.py +++ b/Tests/test_tiff_ifdrational.py @@ -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)