From 708ab0593bb2747c868b8cc35e8d5b8f1b9f04f4 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 8 Oct 2014 22:44:15 -0500 Subject: [PATCH] Fix docstring typo --- 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 a692da54..05d315bd 100644 --- a/skimage/io/_plugins/pil_plugin.py +++ b/skimage/io/_plugins/pil_plugin.py @@ -180,7 +180,7 @@ def imsave(fname, arr, format_str=None): All other image formats use the Python Imaging Libary. See PIL docs [2] for a list of other supported formats. All images besides single channel PNGs are converted using `img_as_uint8`. - Single Channel PNGS have the following behavior: + Single Channel PNGs have the following behavior: - Integer values in [0, 255] and Boolean types -> img_as_uint8 - Floating point and other integers -> img_as_uint16