Skip to content

Commit edee997

Browse files
committed
Correct wording usage such as a/an
1 parent 928f20e commit edee997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dpnp/dpnp_iface_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2671,7 +2671,7 @@ def triu_indices_from(arr, k=0):
26712671
inds : tuple of dpnp.ndarray
26722672
The indices for the triangle. The returned tuple contains two arrays,
26732673
each with the indices along one dimension of the array. Can be used
2674-
to slice a ndarray of shape(`n`, `n`).
2674+
to slice an ndarray of shape(`n`, `n`).
26752675
26762676
See Also
26772677
--------

0 commit comments

Comments
 (0)