Change 'long' to 'int' in Cython docs

This commit is contained in:
Juan Nunez-Iglesias
2013-08-10 11:17:18 +10:00
parent fe02c18f3d
commit 4edf227869
+1 -1
View File
@@ -39,7 +39,7 @@ def _slic_cython(double[:, :, :, ::1] image_zyx,
Returns
-------
nearest_mean : 3D np.ndarray of long, shape (Z, Y, X)
nearest_mean : 3D np.ndarray of int, shape (Z, Y, X)
The label field/superpixels found by SLIC.
"""