8000 Keep new syntax only · scikit-image/scikit-image@d3a968e · GitHub
[go: up one dir, main page]

Skip to content

Commit d3a968e

Browse files
committed
Keep new syntax only
1 parent 335be36 commit d3a968e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

skimage/io/collection.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,9 @@ class MultiImage(ImageCollection):
404404
405405
Parameters
406406
----------
407-
load_pattern : str or list
407+
load_pattern : str or list of str
408408
Pattern glob or filenames to load. The path can be absolute or
409-
relative. Multiple patterns should be separated by `os.pathsep`,
410-
e.g. ``/tmp/work/*.png:/tmp/other/*.jpg``.
409+
relative.
411410
conserve_memory : bool, optional
412411
Whether to conserve memory by only caching a single frame. Default is
413412
True.

0 commit comments

Comments
 (0)
0