mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 17:18:56 +08:00
DOC: Change title to match numpy docstring standard
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user