Fix a small bug.

cblas_new
hedaoyuan 8 years ago
parent bfdd9a1ced
commit 46988517f2

@ -558,7 +558,7 @@ def slice_projection(input, slices):
:param slices: An array of slice parameters. :param slices: An array of slice parameters.
Each slice contains the start and end offsets based Each slice contains the start and end offsets based
on the input. on the input.
:type offset: pair of int :type slices: pair of int
:return: A SliceProjection object :return: A SliceProjection object
:rtype: SliceProjection :rtype: SliceProjection
""" """

Loading…
Cancel
Save