From 7c1c951972ed0032143b13e3fa25fb6bd34a6a97 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 9 Jun 2010 00:51:55 -0600 Subject: [PATCH] More accurate docstring for imread. --- scikits/image/io/io.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ----------------