DOC: Change title to match numpy docstring standard

This commit is contained in:
Tony S Yu
2012-09-02 15:49:43 -04:00
parent ec22dba257
commit bfa6f05e1f
+2 -2
View File
@@ -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