diff --git a/skimage/io/_io.py b/skimage/io/_io.py index 122ddbd6..4ff8cc27 100644 --- a/skimage/io/_io.py +++ b/skimage/io/_io.py @@ -29,8 +29,8 @@ class Image(np.ndarray): def __new__(cls, arr, **kwargs): """Set the image data and tags according to given parameters. - Input: - ------ + Parameters + ---------- arr : ndarray Image data. kwargs : Image tags as keywords