From b7da8009d2a0de29926ec66f0ffeeeb0aeeef194 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 24 Oct 2014 13:28:16 -0500 Subject: [PATCH] Clean up docstring --- skimage/io/_plugins/pil_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/io/_plugins/pil_plugin.py b/skimage/io/_plugins/pil_plugin.py index b47cd3f8..e8f302e8 100644 --- a/skimage/io/_plugins/pil_plugin.py +++ b/skimage/io/_plugins/pil_plugin.py @@ -23,7 +23,7 @@ def imread(fname, dtype=None, img_num=None, **kwargs): (zero-indexed). kwargs : keyword pairs, optional Addition keyword arguments to pass through (only applicable to Tiff - files for now. See `tifffile`'s `imread` function. + files for now, see `tifffile`'s `imread` function). Notes -----