Skip to content

Commit

Permalink
Merge 4d3aaf8 into 63141a9
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Mar 20, 2019
2 parents 63141a9 + 4d3aaf8 commit ea543ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/SpiderImagePlugin.py
Expand Up @@ -208,7 +208,7 @@ def _close__fp(self):

# 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

Expand Down

0 comments on commit ea543ca

Please sign in to comment.