Add a note to the docstring

This commit is contained in:
Steven Silvester
2015-03-20 19:14:25 -05:00
parent 45f21d3941
commit 80555a2bdb
+2 -1
View File
@@ -135,7 +135,8 @@ class ImageCollection(object):
ic = ImageCollection('/tmp/*.png', load_func=imread_convert)
For files with multiple images, the images will be flattened into a list
and added to the list of available images.
and added to the list of available images. In this case, ``load_func``
should accept the keyword argument ``img_num``.
Examples
--------