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(
1058
1058
Args:
1059
1059
n_rows: number of rows in the output array.
1060
1060
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`.
1062
1062
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`.
1067
1067
dtype (optional): data type of the array. Can be typestring,
1068
1068
a `numpy.dtype` object, `numpy` char string, or a numpy
1069
1069
scalar type. Default: None
You can’t perform that action at this time.
0 commit comments