diff --git a/scikits/image/io/io.py b/scikits/image/io/io.py index 6801f474..c920fa64 100644 --- a/scikits/image/io/io.py +++ b/scikits/image/io/io.py @@ -47,9 +47,7 @@ def imread(fname, as_grey=False, dtype=None, plugin=None, flatten=None, NumPy data-type specifier. If given, the returned image has this type. If None (default), the data-type is determined automatically. plugin : str - Name of plugin to use. By default, the different plugins are - tried (starting with the Python Imaging Library) until a suitable - candidate is found. + Name of plugin to use (Python Imaging Library by default). Other Parameters ----------------