Skip to content

Commit baf3241

Browse files
Update src/array_api_extra/_lib/_funcs.py
Co-authored-by: Jake Bowhay <[email protected]>
1 parent ab821b0 commit baf3241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_extra/_lib/_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def create_diagonal(
172172
Parameters
173173
----------
174174
x : array
175-
An array having shape (*broadcast_dims, k).
175+
An array having shape ``(*broadcast_dims, k)``.
176176
offset : int, optional
177177
Offset from the leading diagonal (default is ``0``).
178178
Use positive ints for diagonals above the leading diagonal,

0 commit comments

Comments
 (0)