From 9cc7e8ce956cd7f20890bc8c4e1bd5585bb5c15f Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Wed, 20 Mar 2019 11:45:50 +1100 Subject: [PATCH] Improved docstring --- src/PIL/SpiderImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/SpiderImagePlugin.py b/src/PIL/SpiderImagePlugin.py index 4d5aa3f0e..b601847cb 100644 --- a/src/PIL/SpiderImagePlugin.py +++ b/src/PIL/SpiderImagePlugin.py @@ -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