DOC: Change title to match numpy docstring standard

This commit is contained in:
Tony S Yu
2012-09-02 17:53:22 -04:00
parent ec22dba257
commit bfa6f05e1f
+2 -2
View File
@@ -29,8 +29,8 @@ class Image(np.ndarray):
def __new__(cls, arr, **kwargs): def __new__(cls, arr, **kwargs):
"""Set the image data and tags according to given parameters. """Set the image data and tags according to given parameters.
Input: Parameters
------ ----------
arr : ndarray arr : ndarray
Image data. Image data.
kwargs : Image tags as keywords kwargs : Image tags as keywords