Skip to content

Commit 31e5f4a

Browse files
committed
eye doc-string corrections
1 parent 47a194e commit 31e5f4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dpctl/tensor/_ctors.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,12 +1058,12 @@ def eye(
10581058
Args:
10591059
n_rows: number of rows in the output array.
10601060
n_cols (optional): number of columns in the output array. If None,
1061-
n_cols = n_rows. Default: `None`.
1061+
n_cols = n_rows. Default: `None`.
10621062
k: index of the diagonal, with 0 as the main diagonal.
1063-
A positive value of k is a superdiagonal, a negative value
1064-
is a subdiagonal.
1065-
Raises `TypeError` if k is not an integer.
1066-
Default: `0`.
1063+
A positive value of k is a superdiagonal, a negative value
1064+
is a subdiagonal.
1065+
Raises `TypeError` if k is not an integer.
1066+
Default: `0`.
10671067
dtype (optional): data type of the array. Can be typestring,
10681068
a `numpy.dtype` object, `numpy` char string, or a numpy
10691069
scalar type. Default: None

0 commit comments

Comments
 (0)