Skip to content

Commit f04bb51

Browse files
committed
update doc string
1 parent cb3c263 commit f04bb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_linearalgebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def tensordot(a, b, axes=2):
419419
Second input array. Both inputs `a` and `b` can not be scalars at the same time.
420420
axes : int or (2,) array_like
421421
* integer_like
422-
If an int N, sum over the last N axes of `a` and the first N axes
422+
If an int `N`, sum over the last `N` axes of `a` and the first `N` axes
423423
of `b` in order. The sizes of the corresponding axes must match.
424424
* (2,) array_like
425425
Or, a list of axes to be summed over, first sequence applying to `a`,

0 commit comments

Comments
 (0)