From bfa6f05e1fa17283fbb6ed375c0ae5a4a46d4e98 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sun, 2 Sep 2012 15:49:43 -0400 Subject: [PATCH] DOC: Change title to match numpy docstring standard --- skimage/io/_io.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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