Merge pull request #1607 from radarhere/scipy

Clarified comment
This commit is contained in:
wiredfool 2015-12-27 02:07:37 -08:00
commit 1f29eded0d

View File

@ -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
"""