Merge pull request #3729 from radarhere/spider

Improved docstring
This commit is contained in:
Hugo 2019-03-27 11:57:20 +02:00 committed by GitHub
commit 4ae1020e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@ class SpiderImageFile(ImageFile.ImageFile):
# given a list of filenames, return a list of images
def loadImageSeries(filelist=None):
"""create a list of Image.images for use in montage"""
"""create a list of :py:class:`~PIL.Image.Image` objects for use in a montage"""
if filelist is None or len(filelist) < 1:
return