Improved docstring

This commit is contained in:
Andrew Murray 2019-03-20 11:45:50 +11:00
parent 30841fe808
commit 9cc7e8ce95

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