From 416efb840b77ee7038e9db40ab52ff32af1cc9e7 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 25 Dec 2015 12:02:18 +1100 Subject: [PATCH] Clarified comment --- Tests/test_scipy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test_scipy.py b/Tests/test_scipy.py index 1d7568148..dda49e707 100644 --- a/Tests/test_scipy.py +++ b/Tests/test_scipy.py @@ -11,7 +11,7 @@ except ImportError: class Test_scipy_resize(PillowTestCase): - """ Tests for scipy regression in 2.6.0 + """ Tests for scipy regression in Pillow 2.6.0 Tests from https://github.com/scipy/scipy/blob/master/scipy/misc/pilutil.py """