Skip to content

Commit fcc0390

Browse files
committed
Update docstring of cumlogsumexp function
1 parent 8906dc5 commit fcc0390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_trigonometric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ def cumlogsumexp(
878878
Parameters
879879
----------
880880
x : {dpnp.ndarray, usm_ndarray}
881-
Input array, expected to have a real-valued floating-point data type.
881+
Input array, expected to have a boolean or real-valued data type.
882882
axis : {None, int}, optional
883883
Axis or axes along which values must be computed. If a tuple of unique
884884
integers, values are computed over multiple axes. If ``None``, the

0 commit comments

Comments
 (0)