File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments